// check for specific single checkbox $('#checkBox').attr('checked'); Find all checked checkboxes: $('input[type=checkbox]:checked');