React documented
Component checklist
Flutter documented
Design
Is the design finished and component available in Figma library?
React
Is new design vision part implemented using new tokens?
Flutter
Is new design vision part implemented using new tokens?
Introduction
The Select is a type of form field that enables users to select one or more values from a pre-defined list of options. It is especially useful when the list of options is long (more than 15) as it allows the user to narrow down the results by typing the value and, therefore, make the selection quicker.
Related components
Fields
Form Components
Selection Card Group
Increases the engagement and visual appeal when selecting options.
Radio Button
An input for selection control that often appears when users are asked to make a decision or select from the options presented to them.
Checkbox
An input that lets users select one or more options from a limited number of choices. Each selection is independent (with some exceptions).