I will start by saying I have minimal knowledge of programming/scripting. I am assuming this shouldn't be too difficult, but I can't get it working (I got somewhat close using the discussion at http://forums.adobe.com/thread/797188, but it still isn't working.
I have an acrobat document with 2 checkboxes (cb1 and cb2). By default they should both be off. If the user puts a check in cb1, I want a check to automatically show up in cb2. If cb1 is then unchecked, then cb2 is unchecked. I'm sure it's a simple code, but I'm still lost.
My basic understanding is that I need to create the code in a document-wide JavaScript. Then run that code with a "Mouse Up" on cb1. A step by step would be greatly appreciated.