Cherchez la boîte sur Cliquez sur jQuery Sélectionnez tous

$("#checkAll").click(function(){
    $('input:checkbox').not(this).prop('checked', this.checked);
});
Ill Iguana