the only way to do it would be to submit the page to the server. If you want to do it on the client side php won't help you...
if you do submit it to the server, you can name the check boxes like mybox[] and it will make an array of values and you can test for true or false to determine the status of any given check box....
-nate