Label (Blazor)
This article demonstrates how to use the Label component. Check also the component guide and API reference.
Label Properties
Name | Type | Default | Description |
---|---|---|---|
Name | string | ‘label’ + index suffix | Unique name of the Label component. |
Text | string | empty string | Label component text. |
Component | string | null | The ID of a labelable form-related element. |
Style | string | null | In-line CSS style. |
Blazor declaration
<RadzenLabel Text="Some text" Component="CheckBox1" />