Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 6, 2020 15:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzibyte/1a78e5911cf792927fd993d4125f636f to your computer and use it in GitHub Desktop.
if ($miCheckbox.checked) {
alert("Marcado");
} else {
alert("Desmarcado");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment