The problem of getting the value value when vue loops the radio box

my radio box is cycled out by v-for. If it"s not cyclic, I can add a v-model to each radio box, but if it comes out, the v-model of each radio box is equal to the same variable. It seems that you can"t get the value value properly. Change the myCehck to the array to get no value.

Mar.01,2021

you need to use an array or bind to an attribute on item

Menu