Avatar

Correct answer by
Level 10

Cool. It can be done by inserting Unicode into the source XML for the drop-down list. When you open the form's XML source a style sheet is applied to the XML and renders the check mark in the drop-down list item node.

The check mark looks like ✔ I added a cross with Unicode ✘

After saving the XML source the stylesheet renders the source as

The drop-down renders in PDF as

I learned something today. Nice. Thanks.

Steve

View solution in original post