asp.net.ph

Skip Navigation Links

indeterminate Property

DHTML Object Properties   DHTML Objects


Sets or retrieves whether a check box has been accessed by the user.

Syntax


HTML N/A
Script checkbox.indeterminate [ = bDim ]

Possible Values


false The check box is not dimmed
true The check box is checked and dimmed.

The property is read/write with a default value of false.

Remarks

When indeterminate is set to true, the check box will appear checked, but dimmed, indicating an indeterminate state. The indeterminate property can be used to indicate that the control has not yet been acted upon by the user.

The value of indeterminate is independent of the values for the checked and the status properties. In addition, creating an indeterminate state is different than disabling the control. Consequently, a check box in the indeterminate state can still receive the focus. When the user clicks an indeterminate control, the indeterminate state is turned off and the checked state of the check box is toggled.

Applies To

INPUT type=checkbox



>

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note