Vérifiez tout après cliquez d'abord à cocher jQuery
// if user check one checkbox then check all
$('#check_all').click(function() {
$(".check_single").attr('checked', this.checked);
})
kinjal suryavanshi