(function($) {
  $(function() {
    $("input:checkbox").checkbox();
  });
})(jQuery)
