Demonstration and configuration of the Radzen Blazor Label component.
The RadzenLabel component creates accessible labels for form inputs. When properly associated with an input component via the Component property, clicking the label focuses the input, improving usability and accessibility. These demos showcase basic label-input associations, labels with various input types, custom content including required field indicators, and integration with FormField for complete form layouts.
Use the Text property to display label text and the Component property to associate the label with an input by matching the input's Name property.
RadzenLabel works seamlessly with all Radzen input components, creating proper label-input associations for enhanced accessibility.
Use ChildContent to create labels with rich content including icons, badges, required indicators, or formatting.
Add visual indicators for required fields using custom content with asterisks, badges, or other markers.
Customize label appearance using the Style and class properties for different font sizes, colors, and weights.
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT