Skip to content

geapi/custom-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Checkbox jQuery plugin

by Georg Apitz & Alex Welch


  1. requires jquery

  2. add custom_checkbox.js & custom_checkbox.css

  3. add your custom checkbox image as sprite

  4. add styling to checkboxes like so:

`
check me
` 5. init the custom_checkbox plugin on your checkboxes like so:
$(document).ready(function() {
		$('.styled_checkbox_wrap').styleCheckbox();
});

6. modify custom_checkbox.css to meet your needs
7. send feedback

---

# Example
* For an example click [here](http://dl.usebar.org/custom_checkbox/).

About

simple jQuery plugin to create custom checkboxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •