CheckboxComponent.setDisabled method
CheckboxComponent › setDisabled
Sets the disabled state of the checkbox.Signature:
setDisabled(disabled: boolean): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| disabled | boolean | The disabled state of the checkbox. |
Returns: this — The component.