Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 21:33
Show Gist options
  • Save aaggour/d8fe5e2b94dc68c616e49c0301cb09ff to your computer and use it in GitHub Desktop.
Save aaggour/d8fe5e2b94dc68c616e49c0301cb09ff to your computer and use it in GitHub Desktop.
checkbox type
<input type=checkbox value=a name=checked checked>
<input type=checkbox value=b name=not_checked>
<input type=checkbox value=c name=indtrmnt id=i>
document.getElementById(indtrmnt).indeterminate = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment