A box that shows several options at once in a scrollable list, letting the user select one or more.
Synonyms
- list box
- selection list
Related terms
- dropdown
- multi-select
- combo box
- checkbox group
In plain words
- the scrollable list you pick from
- the always-open list of choices
Usage example
The report builder uses a listbox so you can shift-click several columns at once.
Don't confuse with…
- dropdownA listbox keeps its options visible in a scrolling panel; a dropdown hides them until clicked.
Categories
- Forms & inputs