If true, then the message will be set using form validation on the child component.
The required indicator will be displayed if the child component is required.
forwardClick
string
false
If true, clicking the label invokes a click on the content.
Typically used when for/id pairs are not present.
onValidation
LabelValidationCallback | undefined
undefined
Raised when form validation is checked.
Provides control over the validation message and class.
message
string | Snippet
''
The status message to display.
required
string
false
When true, the label will indicate a value is required.
requiredIndicator
string | Snippet
''
The indicator to display when required. Defaults to '*'