Skip to content

Commit

Permalink
fix(b-form-checkbox): change event value when in multiple mode (#5716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmllr95 committed Sep 3, 2020
1 parent e63523d commit 5150b94
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 318 deletions.
2 changes: 1 addition & 1 deletion src/components/form-checkbox/form-checkbox-group.js
@@ -1,10 +1,10 @@
import Vue from '../../utils/vue'
import idMixin from '../../mixins/id'
import formMixin from '../../mixins/form'
import formOptionsMixin from '../../mixins/form-options'
import formRadioCheckGroupMixin from '../../mixins/form-radio-check-group'
import formSizeMixin from '../../mixins/form-size'
import formStateMixin from '../../mixins/form-state'
import idMixin from '../../mixins/id'

export const props = {
switches: {
Expand Down

0 comments on commit 5150b94

Please sign in to comment.