Form control

The FormControl component adds a label and caption for its child control. If an error message is passed it renders that message in place of the caption.

Examples

Form control usage
Input caption
Textarea caption
Checkbox caption
RadioGroup caption

Overrides

Additionally, you can fully customize any part of the Form Control through the overrides prop. The Form Control consists of multiple sub-components that are listed bellow and you can override each one of them. To help you identify the names of these sub-components, you can highlight them through this selector:

Input caption