Skip to content

CheckboxComponent.setDisabled method

CheckboxComponent › setDisabled

Sets the disabled state of the checkbox.

Signature:

setDisabled(disabled: boolean): this

Parameters:

ParameterTypeDescription
disabledbooleanThe disabled state of the checkbox.

Returns: thisThe component.