isDisabled()
checks whether a CheckboxGroup control is disabled
isDisabled(): boolean;
Returns:
true
, if a control is disabled; otherwise, false
.
Example
form.getItem("CheckboxGroup").isDisabled(); // -> true/false
checks whether a CheckboxGroup control is disabled
true
, if a control is disabled; otherwise, false
.
Example
form.getItem("CheckboxGroup").isDisabled(); // -> true/false