Menu

Example: T1 Foreign Property Checkbox in Templates

Updated: 2025-03-25

To create a condition for a template, data monitor or print set using a group of checkboxes, you need the field code and the value for the box. You can easily find the value for any checkbox by pasting the field code in the template editor.

  1. Go to the Info worksheet and click the Yes box foreign property question.
  2. Click the field code link in the blue bar at the bottom left of the window to copy the {{CurrentClient.Info.Filing.ForeignProperty}} field code to your clipboard.
  3. Paste the field code into the template.
  4. The preview will show the value of the box checked on the Info worksheet. This will tell you the value you need for the condition. Of course, if you check the No box, the value will change.
  5. To create a condition with the Yes value, turn the field code into a conditional statement by adding the number sign (#) at the beginning and an equal sign (=) with Yes in quotes at the end: {{# CurrentClient.Info.Filing.ForeignProperty="Yes"}}
  6. Close the condition by repeating the tag with a slash at the beginning {{/ CurrentClient.Info.Filing.ForeignProperty="Yes"}}
  7. In between these two tags, enter the text you want to display when the foreign property question applies.

Screen Capture: Condition that shows text if the foreign property question is Yes