Skip to content

CheckboxComponent.setValue method

CheckboxComponent › setValue

Sets the value of the checkbox.

Signature:

setValue(value: boolean): this

Parameters:

ParameterTypeDescription
valuebooleanThe value to set the checkbox to.

Returns: thisThe component.