$(childUL).each(function(){
                    $(this).find('li > label').find('input[type="checkbox"]').prop('checked', false);
                    $.each($(this).find('li > label').find('input[type="checkbox"]'), (i,check) => {
                        $(this).changeMultipleCheckboxesByMasterCheckValue(check.id, $(this).id, false);    
                    });