Custom Checkbox

HTML


<!-- INSERT -->
				

Default CSS


/*------- INSERT -------*/
				

Add jQuery & Plugin


<script src="js/libs/jquery.js"></script>
<script src="js/custom-chbx.js"></script>
				

Initialize Plugin


$(function(){
	
	// Init - INSERT
	
});
				

Options