This component is represents label for <Form />. It requires context which is provided by <FormGroup />.
<Form {...FormProps}>
<FormGroup {...FormGroupProps}>
<Label {...HTMLLabelElementProps} />
</FormGroup>
</Form>This component is represents label for <Form />. It requires context which is provided by <FormGroup />.
<Form {...FormProps}>
<FormGroup {...FormGroupProps}>
<Label {...HTMLLabelElementProps} />
</FormGroup>
</Form>