Checkbox Radio Group Plugin Examples

A jQuery plugin that allows the user to quickly select/deselect a single element or a group of elements just like checkboxes and radio buttons.


As Single Checkbox

Checkbox id=test
Checkbox id=test2
This is the first div
This is the second div

As Checkbox Group

I am the parent
1
2
3
4
5
6
7 (special)

As Radio Group



Radio id=radio3
Radio id=radio4
Radio id=radio5 (special)

Custom Controls