@(Html.Kendo().CheckBoxGroup() .Name("CriticalSafetyMajor") .BindTo(enumValues) .Value(new string[] { "1", "2",}) .HtmlAttributes(new { @class = "ignore" }))