Segmented Control Form Cell
FUISegmentedControlFormCell
A segmented control form cell allows a user to quickly select from a small set of values. It is typically used in the create and edit pattern, or occasionally in the filter pattern. If the value label is too long or there are more than three values, we recommend using a list picker or a filter form cell instead.

Compact width text input on iPhone (left), regular width on iPad (right)
Do not use a segmented control form cell if the values are long and need to be truncated. Use a list picker or a filter form cell instead.

Segmented control form cell anatomy (single-line button variation on left, single-line segmented variation on right)

Single-line buttons (top) and stacked buttons (bottom)
Single-Line Segmented
This variation displays a segmented control with a form cell label in a single line.
Values are mutually exclusive and only single selection is possible for this variation.
Stacked Segmented
This variation displays a segmented control underneath a form cell label.
Values are mutually exclusive and only single selection is possible for this variation.

Single-line segmented (top) and stacked segmented (bottom)
Development: FUISegmentedControlFormCell
SAP Fiori for Android: Filter Chips
Related Components/Patterns: Segmented Control, Filter Form Cell, List Picker