8 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!22391V4 dev,!22598test,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Grid-based form layouts also support large and small inputs.
Grid-based form layouts also support large and small inputs.
{% example html %}
{% example html %}
...
@@ -413,7 +462,6 @@ Grid-based form layouts also support large and small inputs.
...
@@ -413,7 +462,6 @@ Grid-based form layouts also support large and small inputs.
</div>
</div>
{% endexample %}
{% endexample %}
## Checkboxes and radios
## Checkboxes and radios
Default checkboxes and radios are improved upon with the help of `.form-check`, **a single class for both input types that improves the layout and behavior of their HTML elements**. Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.
Default checkboxes and radios are improved upon with the help of `.form-check`, **a single class for both input types that improves the layout and behavior of their HTML elements**. Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.