0👍
✅
Thanks @IVOGELOV i figured it out, though it is not as neat, but will have to do for now, i changed the
<v-checkbox v-model="result[indexe][index]" :label="item" :value="item" ></v-checkbox>
and
`checks: { 0: "create", 1: "edit", 2: "delete", "show",},`
and that did it, i got the array of checkboxes, i don’t know why it worked, but it did. we’ll improve my structure going forward but this will do for now.
Source:stackexchange.com