diff --git a/docs/components/buttons.md b/docs/components/buttons.md index e1244fe8b0..6e25ebe22e 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -136,32 +136,11 @@ This class uses `pointer-events: none` to try to disable the link functionality While button classes can be used on `` and ` - -{% endexample %} - -#### Single toggle +### Toggle states Add `data-toggle="button"` to toggle a button's `active` state. If you're pre-toggling a button, you must manually add the `.active` class **and** `aria-pressed="true"` to the ` {% endexample %} -### Checkbox and radio +### Checkbox and radio buttons Bootstrap's `.button` styles can be applied to other elements, such as `