Roo/bootstrap/CheckBox.js
authoredward <edward@roojs.com>
Mon, 5 Oct 2015 05:31:04 +0000 (13:31 +0800)
committeredward <edward@roojs.com>
Mon, 5 Oct 2015 05:31:04 +0000 (13:31 +0800)
Roo/bootstrap/CheckBox.js

index c22afa5..19c8146 100644 (file)
@@ -356,7 +356,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
                 break;
             }
             
-            r = (group[i].getValue() == group[i].inputValue) ? true : false;
+            r = (group[i].getValue() == group[i].inputValue || this.allowBlank) ? true : false;
         }
         
         return r;