function sub() { var a = !!document.querySelector(".chekbox:checked"); a || alert("Выберите хотя бы один чекбокс!"); return a };