restored radio button label htmlFor

This commit is contained in:
Ben Wheeler 2019-08-13 17:45:57 -04:00
parent 2aa5ea0f02
commit 1512cdb4df

View file

@ -41,6 +41,7 @@ const FormikRadioButtonSubComponent = ({
'formik-radio-label', 'formik-radio-label',
labelClassName labelClassName
)} )}
htmlFor={id}
> >
{label} {label}
</label> </label>