q-checkbox - Missing required prop: "value"
-
3:431 [Vue warn]: Missing required prop: “value”
found in
—> <QCheckbox>
<q-checkbox label=“Include in projected cash balances”
v-model=“includeInProjectedBalance”/>includeInProjectedBalance is set to either true or false.
Any ideas?
Thanks,
Jeff. -
It worked fine for me.
What I notice in your code is that the quotes are different for v-model. Use
"
instead of”
. Not sure if this could be the issue. -
Aha, thank you.