Button Checkboxes and Radios

Control button states or create groups of buttons for more components like toolbars.
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 <button>.





Checkbox and radio buttons

Bootstrap’s button styles can be applied to other elements, such as <label>s, to provide checkbox or radio style button toggling.