Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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