jQuery.checkallbox allows to add a control checkbox for a list of checkboxes.
This control (overall, parent) checkbox will toggle the state of all children checkbox elements according to the user's selection.
A demo explaining this effect is included with the download package.
Requirements:
· JavaScript enabled on client side
· jQuery 1.7 or higher
What's New in This Release: [ read full changelog ]
· Convert to Constructor architecture and guard against multiple initialization.
· Expose public 'update' method.
· Set checkallbox state to 'indeterminate' when checkboxes not all checked or unchecked.