BootstrapClientCheckBox.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 BootstrapClientCheckBox.GetCheckState method.
Note
If the ASPx
See Also