Skip to content

TriStateCheckboxComponent.setDisabled method

TriStateCheckboxComponent › setDisabled

Sets the disabled state of the checkbox.

Signature:

setDisabled(disabled: boolean): this

Parameters:

ParameterTypeDescription
disabledbooleanThe disabled state of the checkbox.

Returns: thisThe component.