Unplanned
Last Updated: 29 Nov 2024 09:51 by Steve
Steve
Created on: 29 Nov 2024 09:51
Category: Switch
Type: Feature Request
1
Label configuration for the Switch component

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

For example:

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

 

0 comments