I had to switch my checkboxes to radio buttons so that I could make them
required before submitting my form. I have 3 separate radio buttons
together that are not exclusive...they can click any one button, two
buttons, or all three buttons. However, if they click one in error, they
can't de-select it. Is this possible? The only solution I could come up
with is to add a button next to the radio buttons that would use the
xfa.host.resetData() script, but I would prefer not to have this extra
butto...