Unplanned
Last Updated: 29 Nov 2024 09:51 by Steve
Created by: Steve
Comments: 0
Category: Switch
Type: Feature Request
1

The "Switch" component does not expose "Label" configuration.

For example:

@(Html.Kendo().Switch()
    .Name("switch")
    .Label(f => f
        .Content("Theme")
    )
)