1
Answer

binding to radio buttons

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)