JQuery check if checkbox is checked or not if($(“#checkboxid”).prop(‘checked’) == true){ //do something}