I use Bootstrap switch plugin to make my checkboxes looks like switch buttons. I need to check if the checkbox is checked in jQuery. I Googled a lot and I tried some advice
Use
if($('#chkBoxID').is(":checked")){ // do stuff }