Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Fri, 5 Jun 2015 04:10:51 +0000 (12:10 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Jun 2015 04:10:51 +0000 (12:10 +0800)
Roo/bootstrap/CheckBox.js

index 8b61c95..c1ddd11 100644 (file)
@@ -192,7 +192,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
      */
     inputEl: function ()
     {
-        return this.el.select('input.roo-checkbox',true).first();
+        return this.el.select('input.roo-' + this.inputType,true).first();
     },
     
     label: function()