alien4u
${result.my_checkbox?then("yes", "no")}
${result.my_checkbox?string("yes", "no")}
#if result.my_checkbox == true>YES</#if>
#if result.my_checkbox == 'T'>YES</#if>
#if result.my_checkbox?string == 'T'>YES</#if>