The "Switch" component does not expose "Label" configuration. For example: ` @(Html.Kendo().Switch() .Name("switch") .Label(f => f .Content("Theme") ) ) `