We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7510991 commit b894443Copy full SHA for b894443
src/kendo.editable.js
@@ -128,8 +128,7 @@ var __meta__ = { // jshint ignore:line
128
},
129
"boolean": function(container, options) {
130
var attr = createAttributes(options);
131
- $('<input class="k-checkbox" type="checkbox" />').attr(attr).appendTo(container);
132
- $('<label class="k-checkbox-label">​</label>').appendTo(container);
+ $('<input type="checkbox" />').attr(attr).appendTo(container);
133
134
"values": function(container, options) {
135
0 commit comments