Navigation & Inputs · Inputs & Forms
Multiselect
also known as Multi-select, Multiple select
A multiselect lets users pick more than one option from a list, typically showing the chosen items as chips or a comma-separated summary. It is used when several values apply, such as tags or filters. Selected items are usually toggled with checkboxes inside the list.
See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
A multiselect is a dropdown allowing multiple choices, saving space when there are many options; a single select allows only one. Standalone checkboxes do the same multi-choice job but show all options at once without a dropdown.
In the wild
Choosing multiple skill tags when setting up a profile.