[Vuejs]-Build a v-checkbox list in Vue

0👍

Is that what your trying to do ?
https://codesandbox.io/s/vue-template-tkx60?fontsize=14

To bind the v-model, you need to use the array index or the object key.

Leave a comment