|
<@ZKUI.Input id="accMusterPointSendEmail" hideLabel="true" type="checkbox" name="sendEmail" value="${(item.sendEmail)!'0'}" trueValue="1" falseValue="0" eventCheck="true"/>
Email
<#if showSMS?exists && showSMS?string == "true">
<@ZKUI.Input id="accMusterPointSendSMS" style="margin-left:10px" hideLabel="true" type="checkbox" name="sendSMS" value="${(item.sendSMS)!'0'}" trueValue="1" falseValue="0" eventCheck="true"/>
SMS
#if>
<#if showWhatsapp?exists && showWhatsapp?string == "true">
<@ZKUI.Input style="margin-left:10px" id="accMusterPointSendWhatsapp" hideLabel="true" type="checkbox" name="sendWhatsapp" value="${(item.sendWhatsapp)!'0'}" trueValue="1" falseValue="0" eventCheck="true"/>
WhatsApp
#if>
|