Documentation improvement for checkboxes/radios shown as buttons
Created by: swirlsky
When reading this section of the docs one might think that checkbox and radio inputs must be placed in a button group to give them a button look, because both examples show this special case.
I suggest removing class="btn-group"
from one of the code snippets so people know it is not limited to button groups and further questions like this can be prevented.