Kizspy | Question: 6 (Choose 1 answer)
What's the most important difference between checkboxes and a RadioGroup of radio buttons?
A. The only difference is in how they appear: checkboxes show a checkmark when selected, while circular "radio" buttons appear filled when selected.
B. CheckBox elements in the layout can use the android:onClick attribute to call a handler when selected.
C. The major difference is that checkboxes enable multiple selections, while a RadioGroup allows only one selection.
D. None of the others