Which of the following is a control that enables you to select a choice from a list

When designing your interface, try to be consistent and predictable in your choice of interface elements. Whether they are aware of it or not, users have become familiar with elements acting in a certain way, so choosing to adopt those elements when appropriate will help with task completion, efficiency, and satisfaction.

Interface elements include but are not limited to:

  • Input Controls: checkboxes, radio buttons, dropdown lists, list boxes, buttons, toggles, text fields, date field
  • Navigational Components: breadcrumb, slider, search field, pagination, slider, tags, icons
  • Informational Components: tooltips, icons, progress bar, notifications, message boxes, modal windows
  • Containers: accordion

Input Controls

Element Description Examples
Checkboxes Checkboxes allow the user to select one or more options from a set.  It is usually best to present checkboxes in a vertical list. More than one column is acceptable as well if the list is long enough that it might require scrolling or if comparison of terms might be necessary.
Which of the following is a control that enables you to select a choice from a list
Radio buttons Radio buttons are used to allow users to select one item at a time.
Which of the following is a control that enables you to select a choice from a list
Dropdown lists Dropdown lists allow users to select one item at a time, similarly to radio buttons, but are more compact allowing you to save space. Consider adding text to the field, such as ‘Select one’ to help the user recognize the necessary action.
Which of the following is a control that enables you to select a choice from a list
List boxes List boxes, like checkboxes, allow users to select a multiple items at a time,but are more compact and can support a longer list of options if needed.
Which of the following is a control that enables you to select a choice from a list
Buttons A button indicates an action upon touch and is typically labeled using text, an icon, or both.
Which of the following is a control that enables you to select a choice from a list
Dropdown Button The dropdown button consists of a button that when clicked displays a drop-down list of mutually exclusive items.
Which of the following is a control that enables you to select a choice from a list
Toggles A toggle button allows the user to change a setting between two states. They are most effective when the on/off states are visually distinct.
Which of the following is a control that enables you to select a choice from a list
Text fields Text fields allow users to enter text.  It can allow either a single line or multiple lines of text.
Which of the following is a control that enables you to select a choice from a list
Date and time pickers A date picker allows users to select a date and/or time.  By using the picker, the information is consistently formatted and input into the system.
Which of the following is a control that enables you to select a choice from a list
Element Description Examples

Accordion

An accordion is a vertically stacked list of items that utilizes show/ hide functionality.  When a label is clicked, it expands the section showing the content within. There can have one or more items showing at a time and may have default states that reveal one or more sections without the user clicking
Which of the following is a control that enables you to select a choice from a list

Additional Information

  • Jesse James Garrett’s The Elements of User Experience: User-Centered Design for the Web and Beyond (2nd Edition)
  • User Interface Information for Android Developers 
    Which of the following is a control that enables you to select a choice from a list

What is a control that enables you to select a choice from a list?

Use a combo box when you want to: Enable users to either select a value from a list of predefined options or type a custom value.

Which control is used to choose one or more items from a group of choices?

Checkboxes allow a user to select multiple choices. Set the Name of each checkbox so you can identify them in the form submission data. Checkboxes have Default styling.

Is a control that allows the user to select one choice from several possible options?

Answer: Checkboxes allow the user to select one or more items from a set. Checkboxes can be used to turn an option on or off.

What form control is used when more than one option is to be selected?

A form control that lets the form user select more than one value from a list.