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.
(Choose
1
answer)
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
Ext (51