Updated: November 30, 2020
Form Cell with Buttons
FUISegmentedControlFormCell
Intro
The Form Cell with Buttons component allows the 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, it is recommended to use List Picker instead.

Do not use Form Cell with Buttons if the texts are too long and need to be truncated. Use List Picker instead.
A. Label
The label describes the intent of the selection.
B. Buttons
The buttons have a selected state and an unselected state, allowing users to make a selection by tapping on them. Having a value selected in default is highly recommended as it communicates to the user that the buttons are tappable.