Back to Devexpress

BootstrapClientCheckBox.SetChecked(isChecked) Method

aspnetbootstrap-js-bootstrapclientcheckbox-dot-setchecked-x28-ischecked-x29.md

latest749 B
Original Source

BootstrapClientCheckBox.SetChecked(isChecked) Method

Sets a value which specifies the checked status of the check box editor.

Declaration

ts
SetChecked(
    isChecked: boolean
): void

Parameters

NameTypeDescription
isCheckedboolean

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

|

See Also

GetChecked

EnableClientSideAPI

Check Box

BootstrapClientCheckBox Class

BootstrapClientCheckBox Members