mirror of https://github.com/ColorlibHQ/AdminLTE
Don't apply iCheck plugin to checkboxes with 'simple' css class.
parent
35ba9268b6
commit
d8ac55d6a3
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue