When to use
Use a basic single select when users need to select only one item from the list.
Anatomy
- Icon /radio button
- List box
States
- Enabled
- Hover
- Selected
- Focused (on enabled state)
- Disabled
Variations
- List items with left icon
- List items with text only
- List items with top header
- List items with separator
Examples
- List box with autocomplete and predictive search
- List box with single select flags