How do you clear the radio button selection by coding when clicking the clear button during run time? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you clear the radio button selection by coding when clicking the clear button during run time?

Using button group and radio buttons.

9th Mar 2018, 4:22 PM
Mayank Joshi
1 Answer
0
I'm not sure but it should be something like myRadioBtn.checked = false;
9th Mar 2018, 4:52 PM
Farshaad Heydari
Farshaad Heydari - avatar