Skip to main content
Participant
April 10, 2018
Question

Creating list of checkboxes? Adobe InDesign

  • April 10, 2018
  • 1 reply
  • 1658 views

Using Adobe InDesign I'm trying to create a hierarchy list like the treeview but having it contain check boxes(in Javascript). Is this even possible with out using a plugin? If not is their a way to track treeview options so that if the user clicks the item in the treeview it has it's checked status changed to true? giving the same effect as a checkbox? Something like the image i've pasted in.Image result for checkbox hierarchy

This topic has been closed for replies.

1 reply

Peter Kahrel
Community Expert
Community Expert
April 10, 2018

With InDesign's tools that's not really possible. You'd probably have to look into CEP, and i'm not even sure you can do it using that framework.

GDN1993Author
Participant
April 10, 2018

Is it possible to have an onclick event listener for a treeview listitem so that when a user selects an item I could change the checked value to true? Giving the same effect as a checkbox essentially.