} else if (checked < min) {
    $(question).find('.help').text('Musisz zaznaczyć jeszcze ' + (min - checked))
    $(question).find('input:not(:checked)').removeAttr('disabled')
  } else {