diff --git a/packages/checkbox/src/checkbox.vue b/packages/checkbox/src/checkbox.vue index 00df69e99..8f0610805 100644 --- a/packages/checkbox/src/checkbox.vue +++ b/packages/checkbox/src/checkbox.vue @@ -92,6 +92,7 @@ if (this.isGroup) { this.isLimitExceeded = false; (this._checkboxGroup.min !== undefined && + this.model.length >= this._checkboxGroup.min && val.length < this._checkboxGroup.min && (this.isLimitExceeded = true));