The NinjaCheck transforms a simple input checkbox/radiobutton into a nice component.
NinjaCheck
References
Add those references into your website:
And the plugin files:
Call ninjaCheck method to initialize the plugin:
$(document).ready(function(){ $(".myCheck").ninjaCheck(); });
Options
//-- this plugin has no options
Methods
Name |
Description |
Sample |
---|---|---|
ninjaCheck() |
Initialize the plugin to the specified selector. |
$(".myCheck").ninjaCheck() |