Check box
The check box is a common input value for either/or situations.
Parameters
Field name: Unique name for the field (standard characters only!)
Title: The caption of the field in the form
Description: The information behind the Info button to explain what needs to be filled out.
Template parameter output: 0 (empty) or 1 (checked)
Example of use
The check box can be very useful for displaying options or styling in your article. Using simple patTemplate code you can hide or display DIVs or other elements.
Let's say that in your form you state: Is the product on sale? with a check box. If checked an Sale image can be shown in your template (content).
