Conditional Formatting for multiple checkboxes, into one
Hello all,
So if necessary, since I know I can get a little long winded I put a tl:dr at the end. Thanks for your patience if you read all the way through!!
I am working on modifying/improving a pdf form utilizing checkboxes that would communicate to other checkboxes, where the other checkboxes provide a total score. This is for conducting an evaluation on a given process.... What I'm trying to do is get a script so that if there are 5 requirements that need to be met just to receive the check that indicates pass instead of fail (multiple pass/fail events across the board). The trick is, if just any one of the 5 requirements is missed the check is not received, indicating that the entire event is failed. I'm hoping this is a clear enough scenario for someone to provide a base script that I can integrate, and maybe even build off of. I can read java, but have a hard time building without a base. Any help is greatly appreciated, and thanks in advance!!
tl:dr
trying to obatin a base script for making five checked checkboxes cause a sixth to check, with one stipulation; if any one of the five checkboxes are not checked, the sixth checbox will not get checked. Sidenote: can read and build off javascript, but novice enough where I can't create without a base script.
