TriStateCheckboxComponent.onChange method
TriStateCheckboxComponent › onChange
Sets the callback to be called when the checkbox is changed.Signature:
onChange(callback: (newValue: boolean | null) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | (newValue: boolean | null) => void | The callback to be called when the checkbox is changed. |
Returns: this — The component.