@@ -29,6 +29,22 @@ In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](h
...
@@ -29,6 +29,22 @@ In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](h
</label>
</label>
{% endexample %}
{% endexample %}
Custom checkboxes can also utilize the `:indeterminate` pseudo class.
<divclass="bs-example bs-example-indeterminate">
<labelclass="c-input c-checkbox">
<inputtype="checkbox">
<spanclass="c-indicator"></span>
Check this custom checkbox
</label>
</div>
**Heads up!** You'll need to set this state manually via JavaScript as there is no available HTML attribute for specifying it. If you're using jQuery, something like this should suffice: