So here's the gist of it. Question 1 is a drop down, Question 2 is a check box & and Question 5 is a checkbox.
If Question 1 = option 3 & Question 2 = True
Then Question 5 = True
Question 5 should auto-populate to true with an action rule that sets a fields data. My expression is correct and the value to it is set to boolean("true") which does what it needs to do by auto-populating. However, my question is how can I make this un-populate if Question 1 or Question 2 does not equal those answers? I set the action rule to do boolean("false") if it does != those answers, but it's like it won't update and take that check box away.