Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Summary

Excerpt

Show a message based on the checkbox value e.g. show “This is approved!” when the checkbox a checkbox (Id: legallyApproved) on a Layer (Id: corporateInformation) is checked.  

{% if data.corporateInformation.legallyApproved == true %} This was approved! {% endif %}

...

  • Layer "Corporate Information"

  • Checkbox "Legally approved"

...

Field Value Access

data.corporateInformation.legallyApproved

...