Chapter 12: Problem 18
You want the user to be able to select only one item from a group of items, Which type of component would you use for the items, radio buttons or check boxes?
Short Answer
Expert verified
Explain your choice.
Answer: Radio buttons should be used when the user should be able to select only one item from a group of items. This is because radio buttons allow for a single selection among multiple choices, and when one radio button is selected, the previously selected button in the same group is deselected automatically. On the other hand, checkboxes allow users to make multiple selections from a given set of choices, which does not fit the requirement of selecting only one item.