1
Answer

binding to radio buttons

Photo of Baruch F

Baruch F

16y
5.7k
1
Hi,

Is it possible to bind to radio buttons instead of using a bunch of if statements??

Like

if (somestring == "01")
    someradio.checked = true;

The thing is I have 25 radio buttons so i will need 25 if staements

Answers (1)