0
edits
Changes
→How to display check boxes in the Web Page View
==How to display check boxes in the Web Page View==
To display Select Many - Check Box type cutom custom fields as check boxes in a web page view add '''@checkbox('customfieldidfieldname/fieldnumber','option name')@''' to the check box control.
This syntax works if the check boxes are on the same level.or
'''Example:'''
<pre>
<input type="checkbox" name="checkbox" value="checkbox" @checkbox('12345','yes')@>
</pre>