vendredi 12 juin 2020

Trying to precheck check boxes in bootstrap vue

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