jQuery(document).ready(function($) {

  if(jQuery().checkBox) {
   $('input').checkBox();
  }
});
