-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Normalize Custom Checkbox and Radio with Form Check #23449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ugh, yeah, I think making them more consistent would be good. I completely flaked on doing that before the beta because I never kept an issue open for it. I wouldn't mind seeing a quick PR to see what'd break compatibility-wise if we went forward with it. |
…ilar pattern to Form Check
I am noticing that the presence or absence of any
|
What do you think about normalizing the markup in custom checkboxes and radios to match form-check (#23444) ? Something like:
have it stacked by default and have helper classes to inline them? I think it makes sense to keep the pattern consistent for both. It would also prevent
label.custom-control
from expanding the full width of the container with.custom-controls-stacked
(https://getbootstrap.com/docs/4.0/components/forms/#stacked).The text was updated successfully, but these errors were encountered: