I am using the following code for my input:
<b-form-checkbox
v-for="option in suggestedGroups"
v-model="selected"
:key="option.item"
:value="option"
name=""
checked
>
But despite the checked
flag, the checkboxes come up empty
Aucun commentaire:
Enregistrer un commentaire