check box type
Hi,
I have a checkbox on dialog, with
Xtype=selection
type=checkbox
name=./facebook.
so when i check the checkbox, i want the facebook icon to be displayed, and not display when unchecked.
this is my code
<div class="mbr-contacts__column col-sm-4" data-form-type="formoid">
<span>
<a href="https://www.facebook.com"><img src="/content/dam/demo/images/facebook_alt.png" alt="facebookapp"></a>
</span>
</div>
when i went through, i found that we need to add this additional scriplet: <%=properties.get("facebook",String[].class)%> , if it is true, where shoulf i add.