Save $100 with promo code CHEERS2025

As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

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" />