Check and Uncheck a checkbox based on another checkbox status
I have an Acrobat form with a checkbox that checks another checkbox. I have used the mouseUP action in the original checkbox to Run a Javascript to check the 2nd checkbox which works.
If I uncheck the original checkbox, the 2nd checkbox still has a checkmark. I have tried many solutions, but have not found success.
My mouseUP JS in the original checkbox is:
if(event.target.isBoxChecked(0))
this.getField("200Plus").checkThisBox(0,1);
Go easy on me, as I barely know how to spell Javascript.
Thank you.



