Choice
Options inside a .
The wrapping component will dictate if the choice renders as radio buttons or checkboxes.
Anchor to choicepropsChoiceProps
A unique identifier for the choice.
A label used for buyers using assistive technologies. When set, any children
supplied to this component will not be announced to screen reader users.
Additional content to be revealed when selected.
Whether the choice can be changed.
The primary content for a choice. Rendered below <label>
.
The secondary label content for a choice in a group
ChoiceList. Ignored in base
variant. Rendered on the opposite side to
The tertiary label content for a choice in a group
ChoiceList. Ignored in base
variant. Rendered below and
.
Basic Choice
Preview

Anchor to best-practicesBest Practices
Include a title that either tells customers what to do or explains their available options.
Label options clearly based on what the option will do.
Avoid options that contradict each other when you’re allowing for multiple selections.