Avatar

Level 2

I am building a form that has 3 radio buttons. I want to crate some sort of if statement that says

If radiobutton1 = selected, then radiobutton2 = false, radiobutton3 = false

If radiobutton2 = selected, then radiobutton1 = false, radiobutton3 = false

if radiobutton3 = selected, then radiobutton1 = false, radiobutton2 = fals

End if

I am having a hard time figuring out how this Adobe's script works. Please help!

Thanks,

HS