myvesta/web/js/ui.checkbox.init.js

3 lines
No EOL
66 B
JavaScript

$(document).ready(function(){
$('.cust-checkbox').checkBox();
});