Bootstrap CSS Classes

Bootstrap CSS class .checkbox as button

<div class="btn-group btn-group-toggle" data-toggle="buttons">
  <label class="btn btn-secondary active">
    <input type="checkbox" checked autocomplete="off"> Active
  </label>
  <label class="btn btn-secondary">
    <input type="checkbox" autocomplete="off"> Check
  </label>
</div>

Preview

Are you tired of writing HTML by hand?

More Bootstrap CSS classes in Button Modifiers category

© 2024 Shuffle. All rights reserved.