labelnodeThe label used above the input element.
labelForstringPassed on the label as a htmlFor prop.
isRequiredboolWhether or not show an asterix after the label.
descriptionnodeAn optional description of the field under the label, above the input element.
hintnodeAn optional hint under the input element.
validationMessagenodeIf a validation message is passed it is shown under the input element and above the hint. This is unaffected by `isInvalid`.
isAstrixShownboolWhether or not to show an asterix after the label.