This jQuery plugin turns your plain checkboxes and radio buttons (with title attributes) into elements that are easily clickable.
Each input can be easily styled within the stylesheet and automatically vertically centers the title
Radio inputs toggle easily between classes. .zInput and .zSelected.
Checkboxes with the same name (i.e. name="check[]") are included in the same outer wrapper for clear usability.
Uniquely named checkboxes come with their own outer wrapper.
$("#affected").zInput();or apply the function to the whole document with
$("*").zInput();