Examples
Use for a group of similar selectable items when only one should be selectable at once.
The option list component lets you create a list of grouped items that merchants can pick from. This can include single selection or multiple selection of options. Option list usually appears in a popover, and sometimes in a modal or a sidebar. Option lists are styled differently than choice lists and should not be used within a form, but as a standalone menu.
Use for a group of similar selectable items when only one should be selectable at once.
Items in an option list are organized as list items (<li>
) in an unordered list (<ul>
) and are conveyed as a group of related elements to assistive technology users.
Controls in simple option lists are buttons, and controls in multiple option lists are checkboxes.
If you customize the option list, you can provide ARIA roles that fit the context. These roles must be valid according to the W3C ARIA specification to be conveyed correctly to screen reader users.
role
prop adds an ARIA role to the option list wrapperoptionRole
prop adds an ARIA role to the option list itemsThe option list component should:
Each item in an option list should be clear and descriptive.
Traffic referrer source
Source