Forms
Checkbox
An independent on/off choice. Use several for a set of options where any number may be chosen, and one on its own for consent.
Purpose
Each checkbox stands alone: ticking one says nothing about the others. When exactly one option must be chosen, use Radio group; when the choice takes effect immediately, use Switch.
Example
Accessibility & keyboard
- Pair every checkbox with a
Labelvia a matchingid. - Keyboard: Space toggles; Tab moves between checkboxes.