mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5479 - Checkbox: new indeterminate state
This commit is contained in:
parent
5486ec46fe
commit
c696989964
5 changed files with 36 additions and 11 deletions
|
@ -13,6 +13,10 @@ export default {
|
|||
type: String,
|
||||
default: null
|
||||
},
|
||||
indeterminate: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
trueValue: {
|
||||
type: null,
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue