Skip to content

Commit

Permalink
fix(QCheckbox/QToggle): JSON > model-value default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 1f3ed25 commit 6d9ffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/checkbox/use-checkbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"model-value": {
"extends": "model-value",
"type": [ "Any", "Array" ],
"default": "null",
"examples": [ "false", "[ 'car', 'building' ]" ]
},

Expand Down Expand Up @@ -42,7 +43,6 @@
"toggle-order": {
"type": "String",
"desc": "Determines toggle order of the two states ('t' stands for state of true, 'f' for state of false); If 'toggle-indeterminate' is true, then the order is: indet -> first state -> second state -> indet (and repeat), otherwise: indet -> first state -> second state -> first state -> second state -> ...",
"default": "'tf'",
"values": [ "'tf'", "'ft'" ],
"category": "behavior"
},
Expand Down

0 comments on commit 6d9ffe2

Please sign in to comment.