How to use a checkbox as a Condition on Advanced PDF/HTML Templates <#if record.custbody1 == true> <!-- do something if checked --> <#else> <!-- do something if unchecked --> </#if>