v-model does not update value when external input/change event is fired on a checkbox · Issue #2804 · vuejs/vue

Problem A checkbox input with v-model does not update the value when an "input" or "change" event was triggered externally, whereas this does work with a text input element. Vue.js version 1.0.21 R...