This commit is contained in:
Luca Haid
2025-05-05 12:16:24 +02:00
parent a33a4e861b
commit 4c4dc1b00c
3 changed files with 6 additions and 5 deletions
@@ -3,7 +3,7 @@ Vue.component('tt-checkbox', {
label: String,
required: Boolean,
row: Boolean,
value: [String, Number],
value: [String, Number, Boolean],
hint: String,
additionalProps: Object,
sm: { type: Boolean, default: false },