Skip to content

Instantly share code, notes, and snippets.

@ggrumbley
Created September 25, 2017 22:26
Show Gist options
  • Save ggrumbley/7c0050f8b3d126c091f7f164646839fb to your computer and use it in GitHub Desktop.
Save ggrumbley/7c0050f8b3d126c091f7f164646839fb to your computer and use it in GitHub Desktop.
<input type="checkbox"
id="checked"
class="cbx hidden"
ng-model="vm.selectedWidget.Settings.ShowLegend"
ng-change="vm.legendVBalueChanged(value)">
<label for="checked" class="lbl"></label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment