I have three checkboxes on an Adobe PDF insurance form:
Disability
Life
Neither
The user is allowed to check both 'Disability' and 'Life', but if they check 'Neither' I want both the 'Disability' and 'Life' checkboxes to be deselected.
If I make them all checkboxes, then they have to select or deselect each checkbox - with the chance they check all three. If I make them all radio buttons, then they can only select one at a time.
So is there a way, maybe even with JavaScript?
Thanks!