I have something like this:
if ($('input:checkbox').filter(':checked').length < 1){ alert("Check at least one!"); return false; }