diff --git a/js/AdminLTE/app.js b/js/AdminLTE/app.js index 85374f86c..d926a2ffb 100644 --- a/js/AdminLTE/app.js +++ b/js/AdminLTE/app.js @@ -129,7 +129,7 @@ $(function() { * iCheck plugin in. * You can find the documentation at http://fronteed.com/iCheck/ */ - $("input[type='checkbox'], input[type='radio']").iCheck({ + $("input[type='checkbox']:not(.simple), input[type='radio']:not(.simple)").iCheck({ checkboxClass: 'icheckbox_minimal', radioClass: 'iradio_minimal' });