Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Fri, 13 Jun 2014 04:39:49 +0000 (12:39 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Jun 2014 04:39:49 +0000 (12:39 +0800)
Roo/bootstrap/CheckBox.js

index 2746052..6c65d78 100644 (file)
@@ -209,7 +209,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     setValue : function(v,suppressEvent)
     {
-        Roo.log(this.fieldLabel);
+        Roo.log(this.boxLable);
         this.setChecked(((typeof(v) == 'undefined') ? this.checked : (String(v) === String(this.inputValue))), suppressEvent);
     }