jQuery Styly is a plugin to style your checkbox and radio elements. (Demo)
Required files:
+ jquery.styly.min.js
+ jquery.styly.css
+ check.png
+ radio.png
Default configuration:
$('.style').styly();
<label for="like">Like?</label> <input id="like" type="checkbox" class="style" /> <label for="dislike">Dislike?</label> <input id="dislike" type="checkbox" class="style" />
Demo:
Please:
- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it:
[source language="javascript"]your_code_here[/source]