Expand my Community achievements bar.

deselect radio buttons except the one that execute change

Avatar

Level 1

Hey!

Im curious how to improve this code;

if(this.rawValue == true){

     radiobtn1.rawValue = 0;

     radiobtn2.rawValue = 0;

     radiobtn3.rawValue = 0;

}

into a function that unchecks all radio buttons except the one that you checked as true.

Thank you!

0 Replies