karlenigma
03/25/2020, 1:01 PM<#if transaction.checkbox = THIS BIT>
PenguinsOfDoom
03/25/2020, 2:45 PM<#if transaction.checkbox = true>
, since checkboxes are supposed to be booleans. I have come across it being a string a few times before though so had to use <#if transaction.checkbox=="T">
NElliott
03/25/2020, 4:31 PMkarlenigma
03/25/2020, 5:41 PM