Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

deselect radio buttons except the one that execute change

$
0
0

Hey!

 

Im curious how to improve this code;

 

if(this.rawValue == true){

 

     radiobtn1.rawValue = 0;

     radiobtn2.rawValue = 0;

     radiobtn3.rawValue = 0;

}

 

into a function that unchecks all radio buttons except the one that you checked as true.

 

Thank you!


Viewing all articles
Browse latest Browse all 5571

Trending Articles