The default value. Use when the component is not controlled.
If true, the component is disabled. The prop defaults to the value (false) inherited from the parent FormControl component.
true
false
If true, the input will indicate an error by setting the aria-invalid attribute. The prop defaults to the value (false) inherited from the parent FormControl component.
input
aria-invalid
If true, the input element is required. The prop defaults to the value (false) inherited from the parent FormControl component.