Skip to content

Instantly share code, notes, and snippets.

@SteinRobert
Created July 7, 2019 20:49
Show Gist options
  • Select an option

  • Save SteinRobert/28d0f9509d6678a34735aa7e348d48d9 to your computer and use it in GitHub Desktop.

Select an option

Save SteinRobert/28d0f9509d6678a34735aa7e348d48d9 to your computer and use it in GitHub Desktop.
<template>
 <div @click="$emit('update:active', !active)">
 <input type="checkbox" :name="name" :id="id" :checked="active">
 </div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment