<Radio checked={false} name={'activity'}> Контент лейбла чекбокса </Radio> interface RadioProps { checked?: boolean name?: string }