-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Custom Checkbox Printing Issue #28483
Comments
you need an id for your input and a for attribut for your label ... to work |
I have updated the codepen based on your suggestion and it did not make a difference. |
it's work for me with YOUR fiddle (with id and for) ??? ( |
The problem is with printing, correct? This is likely due to printing with background-images disabled in the browser's print dialog. |
Yes, that is the issue. I would assume that is going to be a common problem for a lot of users. Should Bootstrap be rendering these some other way when printing by default? Such as reverting back to the browser defaults? |
oups sorry i was outside the answer ...(dont see printing ...) |
even though in future we're likely to scale back/drop print support, this is something that should be tackled as we don't want things outright broken. easiest here would likely be to drop the customisation in print media and just display the regular checkbox at least |
PRs welcome which target v4-dev. |
Closing since #29714 was merged months ago. |
@mdo it seems #29714 was never backported though. @MartijnCuppens please backport #29714 to the v4-dev-xmr branch |
Formatting of a custom checkbox in Bootstrap 4.3.1 is not working.
Chrome: it is not shown at all when checked or shows only an outline when not checked.
Edge: boxes are always unchecked.
Firefox: it is not shown at all when checked or shows only an outline when not checked.
IE11: boxes are always unchecked.
Example:
The text was updated successfully, but these errors were encountered: