I have a multiple selection list box in my form with one of the values listed as "Test". When I select the Checkbox for that value it sets another boolean field named "Test Switch" to true. On the last field in the form which is required I have a rule to set the boolean field to false if the user ends up going back to the multiple selection list box and unchecking the Test value, however, it sets the boolean field to false even if the list box still contains "Test". I can't seem to get the rule to work.
The rule is:
if value (of list box) does not contain "Test" --> Set a fields value "Test Switch" to false