Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Wed, 12 Sep 2018 04:57:33 +0000 (12:57 +0800)
committerjohn <john@roojs.com>
Wed, 12 Sep 2018 04:57:33 +0000 (12:57 +0800)
Roo/bootstrap/CheckBox.js

index ec0d284..5d4fcc5 100644 (file)
@@ -234,10 +234,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
                 html: this.boxLabel
             };
             
-            if(this.useFontAwesomeCheckBox) {
-                boxLabelCfg.cls = 'box-label fa-checkbox'
-            }
-            
             if(this.tooltip){
                 boxLabelCfg.tooltip = this.tooltip;
             }