[Vuejs]-Trying to loop values from vuex store, if I inspect code it looks right but when I check checkboxes and radios it doesnt work

0👍

I think the problem lies behind the v-model value of the radios and the checkboxes.
On the radios you have v-model="selected"
Which i think is correct.
But on the checkboxes, u have v-model="selected" again.
It might be the problem.

Leave a comment