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 b3b08e9 commit 67eed40Copy full SHA for 67eed40
ui/checkboxradio.js
@@ -290,7 +290,8 @@ $.widget( "ui.checkboxradio", {
290
var checked = this.element[ 0 ].checked,
291
isDisabled = this.element[ 0 ].disabled;
292
this._updateIcon( checked );
293
- this.label.toggleClass( "ui-state-active " + this._classes( "ui-checkboxradio-checked" ), checked );
+ this.label.toggleClass( "ui-state-active " +
294
+ this._classes( "ui-checkboxradio-checked" ), checked );
295
if ( this.options.label !== null ) {
296
this.label.contents().not( this.element.add( this.icon ) ).remove();
297
this.label.append( this.options.label );
0 commit comments