I have a visibility region set to show based on several conditions. When this region opens there are 3 radio buttons. Each of those are a condition for another visibility region which just has text. How do I clear the three radio buttons if someone has already made a selection of one if they decide to unselect the original condition?
What is happening is a selection is made to open the first visibility region, then they are making a selection in that visibility which open up another visibility region with text that gets translated. They then change their mind on the original condition, unselect it, which removes the first visibility region, but leaves the second visibility region and therefore translates because it's condition is still true. I want to keep anything from both visibility regions from translating if the original condition is not true, even if they have already made a selection in one. I hope this makes sense.
You'd have to check the first radio button in the code panel and set the other radio buttons accordingly.