Fixed #5479 - Checkbox: new indeterminate state

This commit is contained in:
tugcekucukoglu 2024-03-27 11:40:37 +03:00
parent 5486ec46fe
commit c696989964
5 changed files with 36 additions and 11 deletions

View file

@ -13,6 +13,10 @@ export default {
type: String,
default: null
},
indeterminate: {
type: Boolean,
default: false
},
trueValue: {
type: null,
default: true