RadioGroupPlus
RadioGroupPlus copied to clipboard
default check item
hi,
if an item is checked by android:checked="true" it will remain checked and by clicking another item two items will be checked.
You can check it programatically and it will work. Use radioGroupPlus.check([id_of_button_to_check]);