Skip to main content

ASPxClientCheckBox.GetCheckState Method

Returns a value which specifies a check box checked state.

#Declaration

TypeScript
GetCheckState(): string

#Returns

Type Description
string

A string value matches one of the CheckState enumeration values.

#Remarks

Use the GetCheckState method to determine a check box check state (the ASPxCheckBox.CheckState property value) on the client side. To specify the check state on the client side, use the ASPxClientCheckBox.SetCheckState method.

See Also