Select.List
A select row for choosing or disclosing a value, pairing a leading visual and a title with an optional description, a trailing selected value, and a chevron.
Overview
A select row for choosing or disclosing a value, pairing a leading visual and a title with an optional description, a trailing selected value, and a chevron.
Anatomy
- 1container The row. Sets height, side padding, and item spacing.
- 2visual-leading optional 24pt leading glyph or avatar
- 3Container.Header
- 4label required Title text
- 5description optional Secondary line under the title
- 6value optional Trailing selected text
- 7chevron optional Trailing disclosure indicator
- 8Separator optional Full-width hairline below the row, toggled by the hasSeparator boolean (off by default).
Measurements
Specs
Values resolved live from the token spine. Token names follow the active platform; each links to its page.
Properties
The component’s Figma API, the properties you set on an instance. Useful to designers in Figma and to engineers mapping it to code props.
Accessibility
Associate the label with the control and expose its expanded or collapsed state plus the selected value to assistive technology. Keep the whole row a single target at least 44pt tall.
Reference: Apple Human Interface Guidelines and WCAG 2.5.5 Target Size.