Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Mon, 28 Apr 2014 04:40:41 +0000 (12:40 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Apr 2014 04:40:41 +0000 (12:40 +0800)
Roo/bootstrap/CheckBox.js

index 34601e6..a3bc6a0 100644 (file)
@@ -158,6 +158,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
      */
     inputEl: function ()
     {
+        Roo.log(this.el.select('input[type=checkbox]',true).first());
         return this.el.select('input[type=checkbox]',true).first();
     },