Labelauty jQuery Plugin a nice and lightweigth jQuery plugin that gives beauty to checkboxes and radio buttons and allows custom labels for each status of (un)checked inputs.
Download: https://github.com/fntneves/jquery-labelauty
Demonstration: https://labelauty.js.org/
Plugin homepage: https://github.com/fntneves/jquery-labelauty
Implementation:
<input type="checkbox"/>
$(document).ready(function(){
$(":checkbox").labelauty();
});
<input type="checkbox" data-labelauty="Don't synchronize files|Synchronize my files"/>
<a href="https://www.myjqueryplugins.com">checkbox radio button css plugins</a>
$(document).ready(function(){
$(":checkbox").labelauty();
});
Options:
Screenshots: