I have a form that has a radio set of options. Based on what you select,
a table of different checkboxes appears. Because you're only supposed to
be able to select one of the option sets, and because when you export
the form to XML, it exports *all* the data, even if you checked options
in multiple sets and hid them later, I want a script that goes through
and unchecks *all* checkboxes. I'm struggling.The hierarchy is as
follows:- Subform: Causes (a radio set, so you can only select one)-
Subfor...