Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<style>
#s:indeterminate {
margin: 50px;
}
</style>
<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>