I have 3 radio groups, and I want to check is the button is selected in each radio group.
For example I want something like that
if (in each radio group one button is selected){
do something
}
if ( one of RadioGroups have no selected button) {
Show something like Toast
}