Back to Devexpress

ASPxClientCheckBox.SetChecked(isChecked) Method

aspnet-js-aspxclientcheckbox-dot-setchecked-x28-ischecked-x29.md

latest688 B
Original Source

ASPxClientCheckBox.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

ASPxClientCheckBox Class

ASPxClientCheckBox Members