Image:Pixabay |
Implementing a checkbox that lets the user "select all of the above" is trivial with jQuery.
The idea is that when the user selects the "all" checkbox then all of the other checkboxes are set to the same value. Similarly if they deselect any of the other options we need to turn off the "all" checkbox.
Comments
Post a Comment