Skip to content

Instantly share code, notes, and snippets.

@ncrohn
Created August 14, 2011 21:00
Show Gist options
  • Save ncrohn/1145303 to your computer and use it in GitHub Desktop.
Save ncrohn/1145303 to your computer and use it in GitHub Desktop.
Usage for CzechBox
$(document).ready(function() {
var inputs = $("input[type='checkbox']");
inputs.each(function(idx, item) {
new CzechBox(item);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment