Completed
Last Updated: 07 Jan 2015 13:32 by ADMIN
Pavel
Created on: 29 Dec 2014 14:33
Category: Kendo UI for jQuery
Type: Feature Request
1
Add Checkbox and CheckboxGroup widgets
Would be nice to have a replacement for standard checkbox, that looks deiiferent in different browsers (like jqWidgets has) and CheckBoxGroup widget.

For example:
<div data-role="checkboxgroup" data-bind="value: groupValues"   data-row-items="5" data-text-field="text" data-value-field="value"></div>

And the model:
kendo.observable({
    groupValues: [
        { text: "Text1" value: 1 },
        { text: "Text2", value: 2 }
    ]
})
1 comment
ADMIN
Telerik Admin
Posted on: 07 Jan 2015 13:32
We already support styled checkboxes as illustrated in this demo: http://demos.telerik.com/kendo-ui/styling/checkboxes