-
-
Notifications
You must be signed in to change notification settings - Fork 728
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
- OS: Windows 10
- Node.js version: v10.0.0
- Vuesax version: ^3.0.8
- Browser version: Chrome 66.0.3359.139
- package manager: npm
I tried to bind an object as a value to a checkbox but I see a problem, you can't uncheck it.
<vs-col v-for="(region, index) in regions" :key="index">
<vs-checkbox v-model="form.regions" :vs-value="region" >{{ region.name }}</vs-checkbox>
</vs-col>
luisDanielRoviraContreras
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed