To explain - let's say I have four fields: a check box field, a phone number field, a multiple choice field and a section break field. The check box has two choices, Phone, Address (we'll ignore this one for the example) and the multiple choice field has two options, OPT IN, OPT OUT.
I apply logic to SHOW the Phone field and the Multiple Choice field if PHONE is selected from the check box field.
I also apply logic to SHOW the Section Break if OPT IN is selected from the Multiple Choice field.
If I Uncheck PHONE from the checkbox field the Phone field and Multiple Choice fields are hidden again (as expected). However, if I selected OPT IN from the Multiple choice field while visible, the Section Break remains visible when PHONE is unchecked.
Is is possible to somehow clear the selections in the multiple choice field when it is not visible so as to hide the Section break?