Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / docs / source / Checkbox.html
index d7afa1a..fc4adcf 100644 (file)
@@ -120,9 +120,6 @@ Ext.form.Checkbox = Ext.extend(Ext.form.Field,  {
             this.wrap.repaint();
         }
         this.resizeEl = this.positionEl = this.wrap;
-        if(Ext.isEmpty(this.boxLabel)){
-            this.el.addClass('x-form-check-nolabel');
-        }
     },
 
     // private