OpenTBS makes it easy to check off Form Control checkboxes in a template while merging data into the template. All one must do is edit the checkbox's properties to have an onload code (ex: [onload.yellow]) and then have php set the code to 'checked' (ex: $yellow='checked';).
The problem I am having is that the Form Control checkboxes cannot be resized in any way that I can find. LibreOffice, OpenOffice, and MS Office do not seem to allow it. I am wondering if OpenTBS provides an easy-ish solution to this issue.
So far, the only solution I can think of is to use OpenTBS's image-replacement tools; I would put an image of an unchecked box on the template and then replace it with an image of a checked box when merging data into the template. This would be very clunky and so it is not a desirable solution.
Thank you very much for your time.