I am building a form that has 3 radio buttons. I want to crate some sort
of if statement that saysIf radiobutton1 = selected, then radiobutton2 =
false, radiobutton3 = falseIf radiobutton2 = selected, then radiobutton1
= false, radiobutton3 = falseif radiobutton3 = selected, then
radiobutton1 = false, radiobutton2 = falsEnd ifI am having a hard time
figuring out how this Adobe's script works. Please help!Thanks,HS