Issue #23853: Fixed checkbox widget
authorLinda Nichols <lynnaloo@gmail.com>
Fri, 27 Jun 2014 19:42:33 +0000 (19:42 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Fri, 27 Jun 2014 19:42:33 +0000 (19:42 +0000)
lib/enyo-x/source/widgets/checkbox.js

index 15f3e83..7b4cfed 100644 (file)
@@ -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,