q-checkbox with array
-
Has any body find a nice approach to make use of the <q-checkbox/> when using multiple checkboxes and a single array? Raw Vue does it using id and value: https://vuejs.org/v2/guide/forms.html#Checkbox
Not sure if it is worth trying to tweak https://github.com/quasarframework/quasar/blob/dev/src/vue-components/checkbox/Checkbox.vue for this or rather just go native?
Appreciate any suggestions!
-
Hi, Checkbox and Toggle support for array model will be available in v0.14 (code already pushed).
-
Awesome, thanks @rstoenescu!
-
For the record, in the meantime I just used the straight-up Vue array handling which has worked nicely until 0.14 is ready