Comment on page
Checkbox
A checkbox serves as a toggle for a boolean value.
Method | Description |
---|---|
setValue(value: boolean) | sets data for the checkbox |
setDisabled(disabled: boolean) | enables or disables the component |
reset() | resets the component to the initial value |
Triggers allow you to launch certain actions upon different events.
On Init | Calls for an action on component initialization, e.g., page refresh |
On Change | Calls for an action on the component's state change |
Last modified 15d ago