Button-styled checkboxes and radios using the .btn-check class.
Use checkbox toggles for independent on/off options.
Use radio toggles for mutually exclusive options. Group with the name attribute.
Use .btn-outline-* classes for a lighter, bordered appearance.
A segmented control for selecting a view mode, commonly used in toolbars.
Multiple checkbox toggles for filtering content by category.
Toggle buttons are announced by screen readers as "checked"/"not checked" since they are fundamentally checkboxes or radios. This differs from button plugin toggles which are announced as "button"/"button pressed".