<Radio checked={false} name={'activity'}> Checkbox label content </Radio> interface RadioProps { checked?: boolean name?: string }