Checkbox Controls with JavaScript
Use JavaScript to determine if certain form checkboxes are checked, and then check or uncheck others. Four examples follow:
Limit the number
of checkboxes
that can be checked.
Total the value of
checked checkboxes.
Button to check or uncheck
a group of checkboxes.
Checkbox instead of
checking or unchecking
a group of checkboxes.
Will Bontrager