Vue v-for dynamically generated single-selection, multi-check boxes, how to write v-model so that the values will not change together?

clipboard.png

clipboard.png
v-forv-model

clipboard.png

clipboard.png

then the same is true of the checkbox here, and only one of the six can be selected because it is bound to the same value. Don"t know how to write v-model

Dec.29,2021

let result = {}; VMI model = "result [I]"


result [outindex] .value
initialize result as an object array first

Menu