jquery get a list of all checkboxes in a page code example Example: select all checkboxes jquery $('input:checkbox').prop('checked', true);