in script.js [110:116]
$(this).parent().find('ul.fbmcc-submenu').find('input:checkbox').each(function() {
if (that.is(":checked")) {
$(this).prop("checked", true);
} else {
$(this).prop("checked", false);
}
});