New to Kendo UI for Angular? Start a free 30-day trial
Optional Label
The Label component allows you to indicate a form field as optional.
To achieve this outcome, use the optional
input property. When optional
is set to true
, the text Optional will be rendered as part of the Label text.
You can customize the default optional content through custom messages or the Angular i18n framework. The Label component also provides built-in RTL support.
For more information and runnable demos, refer to the article on globalizing Kendo UI for Angular components.
The following example demonstrates the optional Label in action.
Change Theme
Theme
Loading ...