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