$("#checkboxid").prop('checked', true); // Checks the box $("#checkboxid").prop('checked', false); // Unchecks the box