Toggle All Checkboxes
Javascript Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Oct 18, 2008 |
| Last Updated | Nov 14, 2008 |
| Tags | checkbox checkboxes form input onclick toggle toggleall |
Introduction
| Code: |
| <input type=checkbox id='toggleall' onClick="toggleAll('myform');"> Toggle All <input type=checkbox id='myform1'> <input type=checkbox id='myform2'> <input type=checkbox id='myform3'> |
You can use this in multiple groups on the same page or form. Groups are determined by the checkbox id's which need to match followed by 1, 2, 3..
Javascript Snippet:
Toggle All Checkboxes
Posted on Oct 19, 2008 11:31 pm
Posted on Oct 19, 2008 11:31 pm
Looks handy.






