🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Checkboxradio is a jQuery plugin that replaces the default checkboxes and radio buttons with a modern flat style.

Checkbox radio-button flat

Documentation

Checkboxradio

Filament Group

jQuery or Shoestring Plugin for progressively enhanced radio buttons and checkboxes

Dependencies

  1. jQuery or Shoestring

Getting Started

Download the production version or the development version.

In your web page:

<script src="shoestring.js"></script> <script src="dist/checkboxradio.min.js"></script> <script> $(function($) { 	$( document ).bind( "enhance", function(){ 		$( "body" ).addClass( "enhanced" ); 	});  	$( document ).trigger( "enhance" ); }); </script>

Demo

Check the demo here

Release History

v0.1.0 - First release


You May Also Like