Submit your widget

Geogoer vChecks - easy checkboxes jQuery plugin

Created 13 years ago   Views 14104   downloads 2566    Author kami
Geogoer vChecks - easy checkboxes jQuery plugin
View DemoDownload
169
Share |

Style your form checkboxes easily. It's version 1.0, we will upload more our cool stuff in future.

[removed]

$(function(){
      $("#custom_list").vchecks();
});

Html code:

<ul id="custom_list" style="width: 300px;">
      <li><input type="checkbox"><span>First checkbox</span></li>
      <li><input type="checkbox" checked><span>Simple checkbox is checked</span></li>
      <li><input type="checkbox"><span>Another simple</span></li>
      <li><input type="checkbox" checked><span>Last checkbox is checked</span></li>
</ul>