Save $100 with our Black Friday deals!

Get $100 OFF with promo code BLACKFRIDAY2024 at checkout until November 30.

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