These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Checkbox Links

jon11848
Registered: Aug 29 2009
Posts: 4

Hello,

I have a form (a checklist) with over 200 checkboxes. They each have a different name. I would like to put one checkbox on top that would check all of the other boxes.

I can't change them all to have the same name because that would defeat the point of the checklist.

Thanks

My Product Information:
Acrobat Standard 8.1.6, Macintosh
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
You can add some JavaScript to set each check box to a checked value or to the check box's selected value. The exact code would depend upond the names of the check boxes and the checked value.

George Kaiser

jon11848
Registered: Aug 29 2009
Posts: 4
Say I have CheckBox1, CheckBox2, and CheckBox3 in the list. I would like CheckBoxT, when checked to check the other three. However, I would like the other three to act individually. What would the code be?

Thanks.