Skip to content

TriStateCheckboxComponent.setValue method

TriStateCheckboxComponent › setValue

Sets the value of the checkbox.

Signature:

setValue(value: boolean | null): this

Parameters:

ParameterTypeDescription
valueboolean | nullThe value to set the checkbox to.

Returns: thisThe component.