Segmented Buttons allow users to select one item at a time from two to four options. Selecting one option automatically turns off the last selection made. Segmented Buttons are mutually exclusive.
Rules of Thumb
Use Segmented Buttons:
To filter a Grid or Table.
To switch a view’s display mode.
One option must always be selected.
Appearance and Behavior
To learn more about adding Help Text to Segmented Buttons, see the Forms and Validation guidance.
Examples
Do : Use Segmented Buttons to filter an associated table or grid.Don’t : Use Segmented Buttons to switch between separate views. Use Tabs instead.Do : Use Segmented Buttons to switch a view’s display mode.Don’t : Use Segmented Buttons for user input in a form. Use Radio Buttons or Select Menus instead.
4.15.1
Segmented Buttons shall be used for mutually exclusive choices.
4.15.2
A Segmented Button shall always have one option selected.
4.15.3
Segmented Buttons shall be limited to two to four choices.
4.15.4
Segmented Buttons shall use sentence case capitalization.
4.15.5
Help Text shall be left-aligned under the relevant Segmented Button, regardless of location of the label.