Skip to content

Can't uncheck the checkbox  #59

@TomasNiDo

Description

@TomasNiDo
  • 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions