var CreateSession = function ($) {
   $("input:checkbox").checkize();
}

jQuery(document).ready(CreateSession);
