CheckboxComponent.setValue method
CheckboxComponent › setValue
Sets the value of the checkbox.Signature:
setValue(value: boolean): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The value to set the checkbox to. |
Returns: this — The component.