ASPxClientCheckBox.SetCheckState(checkState) Method
In This Article
Sets a value specifying the state of a check box.
#Declaration
TypeScript
SetCheckState(
checkState: string
): void
#Parameters
Name | Type | Description |
---|---|---|
check |
string | A string value matches one of the Check |
#Remarks
Use the SetCheckState method to specify the state of a check box (the ASPxCheckBox.CheckState property value) on the client side. To determine the check state on the client side, use the ASPxClientCheckBox.GetCheckState method.
Note
If the ASPxfalse
the grayed state is disabled. In this case, a setting the Set
See Also