UseFieldLayoutProps
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| defaultValue | ||
| className | string | |
| defaultValue | boolean | |
| description | ReactNode | |
| DescriptionComponent | React.FC<FieldDescriptionProps> | |
| disabled | boolean | |
| FieldComponent | React.FC<CheckboxProps> | |
| FieldComponent | React.FC<T> | |
| help | ReactNode | |
| HelpComponent | React.FC<FieldHelpProps> | |
| id | string | number | |
| label | string | |
| LabelComponent | React.FC<LabelProps> | |
| labelWidth | GridSize | |
| layout | FormLayout | |
| lgLabelWidth | GridSize | |
| mdLabelWidth | GridSize | |
| required | boolean | |
| size | TshirtSize | |
| smLabelWidth | GridSize | |
| validation | FieldValidation | ContainerValidation | |
| visible | boolean | |
| xlLabelWidth | GridSize | |
| xsLabelWidth | GridSize |