-
requires jquery
-
add custom_checkbox.js & custom_checkbox.css
-
add your custom checkbox image as sprite
-
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/).