Consider renaming .radio and .checkbox
Created by: cvrebert
Perhaps to something like .radio-block, .checkbox-block?
Given Bootstrap's general CSS class naming scheme, the current names (.radio, .checkbox) could be misinterpreted as base classes for which the .radio-inline, .checkbox-inline would be modifier classes; but that's not how they work (.radio.radio-inline isn't currently a sensical combination).