jQuery zInput Plugin Demos

Turn this...

Into this

Radio Inputs

Radio inputs toggle easily between classes. .zInput and .zSelected.

Checkboxes with same name

Checkboxes with the same name (i.e. name="check[]") are included in the same outer wrapper for clear usability.

Uniquely named checkboxes

Uniquely named checkboxes come with their own outer wrapper.

With one function

$("#affected").zInput();
or apply the function to the whole document with
$("*").zInput();