Skip to content

Instantly share code, notes, and snippets.

@arodbits
Last active April 2, 2017 14:43
Show Gist options
  • Save arodbits/24ecfd5eae00e98373572da5f8dadeb9 to your computer and use it in GitHub Desktop.
Save arodbits/24ecfd5eae00e98373572da5f8dadeb9 to your computer and use it in GitHub Desktop.
Vue.js - Binding into a checkbox v-model attribute.
<label>Checkbox 1</label>
<input id="checkbox-1" type="checkbox" v-model="my.checkbox.value">
<label>Checkbox 2</label>
<input id="checkbox-2" type="checkbox" v-model="my.checkbox.value">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment