1Add data-toggle="button" to toggle a button’s active state. If you’re
2pre-toggling a button, you must manually add the .active class and
3aria-pressed="true" to the <button>.
4
5<button type="button" class="btn btn-primary" data-toggle="button" aria-pressed="false">
6 Single toggle
7</button>