-
-
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 checkboxes don't work without indicator #21048
Comments
Custom checkboxes appear to be broken in cases where the |
Yes but there should be a way to create a custom checkbox without text... |
Works fine for me I think. What's broken? |
@mdo Did you check my plunker? I don't see what's different but yours works... |
@mdo the crucial bit that I missed, is that this only happens with flexbox enabled. |
@bardiharborow Well... when using default (and not flexbox), I'm getting the same issue: |
Could've been #20730? I'm using the latest CSS in my demo. |
@mdo Maybe... Can you please check that it works with flexbox (I don't know how to get the latest version...) so I can close this issue? |
I've updated my demo at https://jsbin.com/jejefuh/edit?html,css,output to be flexbox and it does work with the latest from
You can clone the project and switch to the |
Custom checkboxes don't work without an indicator:
https://plnkr.co/edit/ZiJJbkXhCGwcLHpqsDr9?p=preview
The text was updated successfully, but these errors were encountered: