Skip to content

Instantly share code, notes, and snippets.

@jcamilom
Created September 18, 2020 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcamilom/7d4091ee6d1bbb8ba2c191b078f8ea10 to your computer and use it in GitHub Desktop.
Save jcamilom/7d4091ee6d1bbb8ba2c191b078f8ea10 to your computer and use it in GitHub Desktop.
multiCheckControl = new FormControl({
value: TEST_INITIAL_VALUE,
disabled: true
});
multiCheckControl.disabled();
multiCheckControl.enabled();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment