I have 10 checkboxes that are scattered throughout a page and if any one of them is checked, then a div needs to have it's display set to block. However if they are all unchecked then the div is set back to display:none. They are in different parts of the page and I am having problems figuring out how to detect the check.
Thanks,
-Seth
EDIT
Sorry their are checkboxes that have nothing to do with showing this div or not, so simply doing the blanket input:checkbox in jquery won't work exactly.