Questions tagged [android-radiobutton]

Use for the android.widget.RadioButton element. Radio buttons are normally used together in a RadioGroup.

Radio buttons allow the user to select one option from a set. You should use radio buttons for optional sets that are mutually exclusive if you think that the user needs to see all available options side-by-side.

Radio buttons are normally used together in a RadioGroup. When several radio buttons live inside a radio group, checking one radio button unchecks all the others.

Useful links

347 questions
5
votes
1 answer

Android RadioButtons in Fragment

I am following Radio Buttons tutorial and want to create some RadioGroups with RadioButtons in fragment. I defined onClick method but if I click on RadioButton there is an error: java.lang.IllegalStateException: Could not find method…
5
votes
6 answers

How to customize default theme of radio button in android?

i want to change default theme of radio button to custom but it's not changing the theme. please help me out styles.xml