Back to Devexpress

BootstrapClientCheckBox.GetCheckState Method

aspnetbootstrap-js-bootstrapclientcheckbox-76445c18.md

latest1.1 KB
Original Source

BootstrapClientCheckBox.GetCheckState Method

Returns a value which specifies a check box checked state.

Declaration

ts
GetCheckState(): string

Returns

TypeDescription
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 BootstrapClientCheckBox.SetCheckState method.

See Also

CheckState

SetCheckState(checkState)

Check Box List

BootstrapClientCheckBox Class

BootstrapClientCheckBox Members