Skip to content

Instantly share code, notes, and snippets.

@lyraddigital
Created June 28, 2019 05:27
Show Gist options
  • Save lyraddigital/afebea9ab383926facf818f987c0e768 to your computer and use it in GitHub Desktop.
Save lyraddigital/afebea9ab383926facf818f987c0e768 to your computer and use it in GitHub Desktop.
Tinkering with Tech - Build a switch control in Angular 8 example - Basic checkbox usage
<form [formGroup]="formGroup">
<input type="checkbox" formControlName="isActivated" /> Is Active
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment