My favorites | Sign in
Project Logo
             
Code license: MIT License
Labels: jQuery, checkbox, custom, radio
People details
Project owners:
  wm.morgun

jQuery custom styled checkbox

About plugin

A replacement for the standard checkbox that allows you to change the look of checkbox elements in your page.

Features

What it does?

View demonstration

How to wrap checkbox?

Just launch following code:

  $('input[type=checkbox]').checkbox();

Configuration:

Plugin has following configuration options:

cls: checkbox wrapper class (default: jquery-checkbox)

empty: path/filename of "empty"(1x1 transparent) image (default: empty.png)

Example:

$('input[type=checkbox]').checkbox({
  cls:'jquery-safari-checkbox',
  empty: 'http://www.yoursite.com/images/empty.gif'
});

Сompatibility:

Feedback

Please write you feedback here!









Hosted by Google Code