mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Move inline JS to application.js.
This commit is contained in:
@@ -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 >}}
|
||||
|
Reference in New Issue
Block a user