Skip to main content
jackb24565462
Participant
February 2, 2017
Question

Can I add style options for checkboxes?

  • February 2, 2017
  • 1 reply
  • 405 views

I would like a Y or N to appear instead of a check/cross, etc.

This topic has been closed for replies.

1 reply

Inspiring
February 2, 2017

Not in Acrobat, but you can create custom appearances in InDesign. The main problem is such appearances won't show up if field highlighting is enabled in Reader/Acrobat.

Another option is to use a button to create a fake check box and use JavaScript to set the button icon. I can post a sample if you're interested.

jackb24565462
Participant
February 2, 2017

Yes, that would be great. Thanks in advance.

Inspiring
February 2, 2017

Here are links to two different samples:

http://acroscript.net/pdf/demos/button_checkbox.pdf

http://acroscript.net/pdf/demos/multistate_4.pdf

They both rely on JavaScript in various places (including document-level JavaScripts), so you'll have to study them a bit to see how they work. This approach won't work in most non-Adobe PDF viewers, so Reader or Acrobat on Windows/Mac should be used.