You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
.radio is block by default; I think .radio-block would be unnecessary. But .radio-inline should have the same behavior like .radio except the display method (like you mentioned).
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).The text was updated successfully, but these errors were encountered: