diff --git a/src/jquery.checkallbox.js b/src/jquery.checkallbox.js index 4d92519..a044efb 100644 --- a/src/jquery.checkallbox.js +++ b/src/jquery.checkallbox.js @@ -77,6 +77,7 @@ _updateCheckboxes: function() { var checkboxes = this._findCheckboxes(); checkboxes.prop('checked', this.checkallbox.prop('checked')); + checkboxes.prop('indeterminate', false); } };