aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/4.3/forms/checks.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/site/content/docs/4.3/forms/checks.md b/site/content/docs/4.3/forms/checks.md
index 5c1110858..34369b80f 100644
--- a/site/content/docs/4.3/forms/checks.md
+++ b/site/content/docs/4.3/forms/checks.md
@@ -14,13 +14,6 @@ Structurally, our `<input>`s and `<label>`s are sibling elements as opposed to a
Our checks use custom Bootstrap icons to indicate checked or indeterminate states.
-<script>
-document.addEventListener("DOMContentLoaded", function() {
- var checkbox = document.getElementById("flexCheckIndeterminate");
- checkbox.indeterminate = true;
-});
-</script>
-
## Checks
{{< example >}}