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