Skip to content

Instantly share code, notes, and snippets.

@pgiraud
Created October 16, 2012 08:17
Show Gist options
  • Save pgiraud/3897995 to your computer and use it in GitHub Desktop.
Save pgiraud/3897995 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<meta name="content-language" content="fr" />
<style type="text/css">
</style>
</head>
<body>
<input type="checkbox" id="tristate" checked="checked" />
<script type="text/javascript">
document.getElementById('tristate').indeterminate = true;
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment