Label configuration for the Switch component #8067
Labels
C: Switch
Enhancement
FP: Unplanned
Sync status with associated Feedback Item
S: Wrappers (ASP.NET Core)
The "Switch" component does not expose "Label" configuration.
For example:
@(Html.Kendo().Switch() .Name("switch") .Label(f => f .Content("Theme") ) )
The text was updated successfully, but these errors were encountered: