Multiple choice technology web 2.0

Which input type would allow a reader to select several options from a list of possibilities?

  1. Radio Buttons

  2. Checkboxes

  3. Form

  4. Text Field

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Checkboxes are designed to let users select multiple independent options from a given list of choices in an HTML form. In contrast, radio buttons restrict selection to a single option, while text fields and forms do not serve as multi-select input controls.