What is the solution for having a boolean field display as a checkbox or switch on a PrintForm? When I place the boolean field on a print form it just displays "true" or "false" depending on what was selected.
Web Form
Print Form
In some cases, Mongoose identifies boolean values using the Boolean True and Boolean False fields that are available at various levels; IDO property class, IDO property, component classes (and extensions) and form components.
At the IDO property class and property level, you'll find them in the Formatting section:
In this case "Y" is true (box is checked) and "N" or null will result in false (box is unchecked).
For form components and component classes (and component class extensions) you'll find these fields in the Data Source property sheet under the Data Type section:
Best practice is to set this at the lowest level possible so that it is inherited across the system... the IDO property class would be best, then the IDO property, component class, component class extension and finally the form component.