The checkbox
class is a simple wrapper around the
<input type="checkbox">
HTML element. It is intentionally
not styled, to preserve cross-browser compatibility and the user experience.
--- title: Checkbox layout: docs theme: library doc-tab: form doc-subtab: checkbox breadcrumb: - home - documentation - form - form-checkbox meta: colors: false sizes: false variables: false --- {% capture checkbox_example %} {% endcapture %} {% capture checkbox_link_example %} {% endcapture %} {% capture checkbox_disabled_example %} {% endcapture %} {% capture list_of_checkboxes %}
The checkbox
class is a simple wrapper around the
<input type="checkbox">
HTML element. It is intentionally
not styled, to preserve cross-browser compatibility and the user experience.
You can add links to your checkbox, or even disable it.
If you want to list several checkbox elements, wrap them in a
<div class="checkboxes">
element: