Back to Devexpress

BootstrapClientCheckBox.GetChecked Method

aspnetbootstrap-js-bootstrapclientcheckbox-4d0c6626.md

latest818 B
Original Source

BootstrapClientCheckBox.GetChecked Method

Returns a value indicating whether the check box editor is checked.

Declaration

ts
GetChecked(): boolean

Returns

TypeDescription
boolean

true if the check box is checked; otherwise, false.

|

Remarks

Use the GetChecked method on the client side to determine the checked status of the check box editor.

See Also

SetChecked(isChecked)

EnableClientSideAPI

Check Box

BootstrapClientCheckBox Class

BootstrapClientCheckBox Members