'indeterminate' Syntax and Note : indeterminate « Javascript Properties « JavaScript Reference

'indeterminate' Syntax and Note

Note:

Read and write property. 
Is the state of a checkbox dimmed. 
    
Syntax:
    
document.all.checkboxID.indeterminate = value

    

      
      








Related examples in the same category

1.'indeterminate' Example
2.'indeterminate' Possible Values
3.'indeterminate' is applied to