From: Linda Nichols Date: Fri, 27 Jun 2014 19:42:33 +0000 (+0000) Subject: Issue #23853: Fixed checkbox widget X-Git-Tag: v4.6.0-beta~23^2~1 X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9209083b2a42fab6d11d952f826a26c83016a551;p=xtuple Issue #23853: Fixed checkbox widget --- diff --git a/lib/enyo-x/source/widgets/checkbox.js b/lib/enyo-x/source/widgets/checkbox.js index 15f3e839d..7b4cfedbc 100644 --- a/lib/enyo-x/source/widgets/checkbox.js +++ b/lib/enyo-x/source/widgets/checkbox.js @@ -11,6 +11,7 @@ regexp:true, undef:true, trailing:true, white:true */ Use to implement a styled checkbox which is made up of a checkbox input control and its label. @extends XV.Input + @lends XV.CheckboxWidget */ enyo.kind({ name: "XV.CheckboxWidget", @@ -58,7 +59,7 @@ regexp:true, undef:true, trailing:true, white:true */ */ enyo.kind(/** @lends XV.StickyCheckboxWidget# */{ name: "XV.StickyCheckboxWidget", - classes: "xv-input xv-checkboxwidget", + kind: "XV.CheckboxWidget", published: { label: "", disabled: false,