Specifies the state of a CheckBox control.
Namespace: MindFusion.UI.WebForms
Package: Enum.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
Checked |
Value: 1. Indicates that the control is checked. |
![]() |
Indeterminate |
Value: 2. Indicates that the state of the control is indeterminate. |
![]() |
Unchecked |
Value: 0. Indicates that the control is unchecked. |