$('form').submit(function() { if(!$(this).find('input:checked').length) { alert('Выберите один из вариантов'); return false } })