Create Checkbox in Document Template/ PDF Export

0
Hello all, My goal is to create a PDF-Export in Mendix which contains checkboxes like these: To create a PDF-Document in Mendix I use the native way from Create FileDocument → Generate PDF document using a customized template: https://docs.mendix.com/refguide/creating-your-own-documents Unfortunately, the official Document Template has no feature to include checkboxes. Are there any ways, marketplace apps, or other workarounds to include checkboxes into an in Mendix generated PDF? I am also open to other ways which lead me to a solution.   Thank you!
asked
2 answers
1

Hi Philipp Becker ,

     I use enumeration in document template → properties → appearance → enumeration format image

 

answered
1

Another alternative is to use a custom font like windings which includes checkbox characters.
Then you can include this in a static or dynamic label with conditional visibility.
https://docs.mendix.com/refguide/style/#custom-fonts-for-pdf-documents

answered