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