<script>
+ document.getElementById('indeterminate-checkbox').indeterminate = true;
+</script>
+
diff --git a/docs/index.html b/docs/index.html index 11702484..8510a742 100644 --- a/docs/index.html +++ b/docs/index.html @@ -289,7 +289,7 @@
.container
enable a centered viewport..container-fluid
enable a 100%
layout.
+ .container-fluid
enable a 100%
layout.
You can change a checkbox to indeterminate state by setting the indeterminate
property of input checkboxes to true
You can change a checkbox to indeterminate state by setting the indeterminate
property to true
<script>
+ document.getElementById('indeterminate-checkbox').indeterminate = true;
+</script>
+
Others input types:
@@ -1140,11 +1145,16 @@ -You can change a progress bar to indeterminate state by setting the indeterminate
property to true
You can change a progress bar to indeterminate state by setting the indeterminate
property to true
<script>
+ document.getElementById('indeterminate-progress').indeterminate = true;
+</script>
+