Multiple choice

Which class/widget is used to insert radio button in android?

  1. <input type="radio">

  2. RadioGroup, RadioButton

  3. RadioView

  4. All of the above

  5. None of these

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

RadioGroup and RadioButton are used for inserting radio buttons in android.