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
Slightly different from #20578 which is specific to inline and stacking, this ticket hopes to address the .form-check vs .radio and .checkbox classes.
The checkboxes and radios example uses the .form-check class exclusively while the validation example uses .radio and .checkbox exclusively.
It is also worth noting that the validation styles for the label depend on the use of .radio and .checkbox
EDIT: Also affects disabled styles. The docs show both ways. Using .radio, as shown in the form controls example, does not make the label gray when disabled. Using .form-check does make the label gray when it is disabled` as seen in the using the grid example
…0_aeo-bootstrap
* 'v4-dev' of https://github.com/twbs/bootstrap: (860 commits)
Update Bower url (HTTP to HTTPS) (twbs#20658)
Add Edge entry for twbs#20507 to Wall of Browser Bugs
Move Sauce credentials out of .travis.yml
new hashes
grunt
versions
grunt
Fixestwbs#20608 and twbs#20578: Consistent checkbox and radio markup (twbs#20629)
Disable important flag on Sass linter (twbs#20627)
Fixestwbs#20619: Add important to the hover/focus as well (twbs#20626)
grunt
Fix segmented buttons in input group docs (twbs#20489)
Renamed contextual classes for tables (twbs#20505)
Make .card class inside .card-columns display: block too (twbs#20447)
grunt
Remove unused $variables in grid mixins (twbs#20597)
fixestwbs#20485: use rem units in alert dismiss (twbs#20625)
Fix README badge alignment.
Update ads code and styles (also fixestwbs#20477 in different way)
Fixestwbs#20504: Mention .divider to .dropdown-divider name change
...
Slightly different from #20578 which is specific to inline and stacking, this ticket hopes to address the
.form-check
vs.radio
and.checkbox
classes.The checkboxes and radios example uses the
.form-check
class exclusively while the validation example uses.radio
and.checkbox
exclusively.It is also worth noting that the validation styles for the label depend on the use of
.radio
and.checkbox
EDIT: Also affects disabled styles. The docs show both ways. Using
.radio
, as shown in the form controls example, does not make the label gray when disabled. Using.form-check
does make the label gray when it is disabled` as seen in the using the grid example.radio.disabled label
.form-check.disabled .form-check-label
The text was updated successfully, but these errors were encountered: