Checkbox, Radio, and Toggle Switch
Guidelines
Checkbox Group: A checkbox group contains checkbox fields that let people select zero or more options from a set.
Radio Group: Radio groups include a set of radios that let people select exactly one option in a set.
Toggle Switches: A Toggle Switch lets people turn a single setting on or off immediately.
When to use each component
- For a single setting, use Toggle Switch
- If it applies instantly, use a Toggle Switch
- For multiple choice from a set, use Checkbox Group
- For a single choice from a set, use Radio Group
See also
On this page