Enum CheckState
Specifies the state of checkbox
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public enum CheckState
Fields
Name | Description |
---|---|
Check | Makes the checkbox state to be checked |
Indeterminate | Makes the checkbox state to be intermediate |
Uncheck | Makes the checkbox state to be unchecked |