Intro
The switch control mimics a physical switch that allows users to turn on/off individual settings, such as personalization or display settings. When users change a switch to “on”, they expect an instantaneous action as soon as the switch changes state.
Switch on mobile (left) and on tablet (right)
Usage
Do
- Use switches in a switch form cell only.
- Use switches to control the availability of related UI elements on the current screen.
Don't
- Don’t use switches for selecting states other than on and off.
- Don’t use switches without a form cell container.
Anatomy
A. Text Label
The text label describes the object this switch is controlling.
B. Helper Text
The helper text provides additional information about the form cell.
C. Switch
The switch control is located on the right side of the cell.
D. Label
The label indicates the read-only state. The default labels "On" and "Off" can be replaced with different text combinations such as "Included/Not Included" or "Open/Closed".
Anatomy of switch form cell default state (top) and read-only state (bottom)
Behavior and Interaction
States
Enabled State
Enabled switch form cells
Disabled State
Disabled switch form cells
Error State
Use an error message only when necessary. For page level feedback, use a snackbar.
The error message should be concise. We recommend using one line of text for the error message.
By default, there is no error message. When the error message is triggered, insert the message with padding below the label text before the divider line if used. The content under it will be pushed down.
Switch form cell with error message
Read-Only State
Switch form cell read-only state on (top) and off (bottom)
Adaptive Design
The full width of switch form cells adapts to different screen sizes.
Switch form cell on mobile (top) and on tablet (bottom)
Resources
Development: FioriSwitch, SwitchFormCell
SAP Fiori for iOS: Switches
Material Design: Switches