jQuery Plugin For Customizing Checkbox - betterCheckbox

File Size: 11.9 KB
Views Total: 1565
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Customizing Checkbox - betterCheckbox

betterCheckbox is a jQuery plugin for creating customized box forms using CSS on your webpage.

Basic Usage:

1. Include jQuery Library and betterCheckbox.min.js

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="betterCheckbox.js"></script>

2. CSS

<link href="betterCheckbox.css" type="text/css" rel="stylesheet">

3. Call the plugin;

<script>
$('#elementsID').betterCheckbox();
</script>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.