Basic Usage
Labels can contain text directly or wrap other components.With Form Fields
Labels are typically paired with inputs and other form controls:API Reference
Protocol Reference
Label
Labels identify form inputs and controls.
{
"type": "Label",
"children?": "[Component]",
"text?": "string",
"forId?": "string",
"cssClass?": "string"
}