How to replace or clear dynamic radio button? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to replace or clear dynamic radio button?

Please solve this isues

21st May 2020, 7:08 AM
Candy
Candy - avatar
2 Answers
+ 1
Use the radio button objects setSelected() method and pass it false. rb.setSelected(false); Where rb is the identifier for the radio button object you wish to deselect.
21st May 2020, 7:55 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
thanks 😊
21st May 2020, 8:00 AM
Candy
Candy - avatar