Multiple choice technology web technology

If you want to ask the user to select between two or more mutually exclusive options, you would employ which of the following controls?

  1. TabControl

  2. Button

  3. RadioButton

  4. CheckBox

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

RadioButton controls are designed for mutually exclusive selection within a group - only one radio button can be selected at a time. CheckBox controls allow multiple selections. TabControl is for organizing content into tabbed pages, and Button is for triggering actions. For mutually exclusive choices, RadioButtons are the standard UI control.