X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_bootstrap_CheckBox.js.html;h=6a9ff9298661a4f5893f03e7fb9dcf51ca5ea54c;hb=94172bee41d2f1bb433d4c07f7e3d1352c2296c0;hp=d7305c4eacf41452187e3ade1a444f719243f047;hpb=7d686ba74e70f06b445052afa13597bb3882087a;p=roojs1 diff --git a/docs/symbols/src/Roo_bootstrap_CheckBox.js.html b/docs/symbols/src/Roo_bootstrap_CheckBox.js.html index d7305c4eac..6a9ff92986 100644 --- a/docs/symbols/src/Roo_bootstrap_CheckBox.js.html +++ b/docs/symbols/src/Roo_bootstrap_CheckBox.js.html @@ -172,6 +172,7 @@ } + if(this.boxLabel){ var boxLabelCfg = { tag: 'label', @@ -212,6 +213,11 @@ return this.labelEl(); }, + boxLabelEl: function() + { + return this.el.select('label.box-label',true).first(); + }, + initEvents : function() { // Roo.bootstrap.CheckBox.superclass.initEvents.call(this);