Multiple Selection
Allow users to select multiple independent options from a list.
Single Option Toggle
Enable or disable a single feature or setting.
Agreement Confirmation
Confirm user acceptance of terms, conditions, or policies.
When not to use
- When only one option can be selected—use radio buttons instead
- For binary yes/no with immediate effect—use a toggle switch
- In long forms with 7+ options—consider a multi-select dropdown
- When the state change needs explanation—add helper text or use radio with descriptions