Checkbox
Overview
Usage
Examples
API
A checkbox toggles a single option on or off. RhombusKit wraps Material's <mat-checkbox> with the token contract and the same two binding modes as the other form controls, so colour reacts to the active theme automatically.
Example
When to use
- Use a checkbox for an independent on/off choice (“Remember me”, accepting terms) where the change takes effect when the surrounding form is submitted.
- Use one for a single binary toggle, or group several checkboxes when the user may select any number of options independently.
When not to use
Related components
Was this page helpful?