We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93701 commit f4ac62cCopy full SHA for f4ac62c
js/bootstrap-checkbox.js
@@ -68,7 +68,7 @@
68
init: function() {
69
var fn = this.options.html ? 'html' : 'text';
70
71
- this.$element.addClass('hidden');
+ this.$element.hide();
72
this.$group.addClass(this.options.baseGroupCls).addClass(this.options.groupCls);
73
this.$buttons.addClass(this.options.baseCls).addClass(this.options.cls);
74
0 commit comments