ASP.NET Pack Programmer's Guide
CheckState Enumeration
See Also
 





Specifies the state of a CheckBox control.

Namespace: MindFusion.UI.WebForms
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
CheckState = {}

 Members

  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.

 See Also

MindFusion.UI.WebForms Namespace