blob: 81093e24db1bfa51ae018be12f838ffc529f03bc [file] [log] [blame]
<!DOCTYPE html>
<body>
<input type="checkbox" id="indeterminateCheckbox">
<script>
indeterminateCheckbox.indeterminate = true;
</script>
</body>