I'm using conditional decision to set token values for filing_single, filing_headofhousehold, or filing_joint on the W4 form. The conditional decision is working:
The tokens are getting set correctly:
And the check boxes in the W4 form in the Fill Out PDF activity are set to the token values:
The problem is that all three check boxes are getting checked, even though the token values are set to either Checked or Unchecked; so in this example, filing_single is Checked so the first check box should be checked. The other check boxes are set to Unchecked in their respective tokens, so the boxes should be unchecked.
Please advise.
Thank you.