-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for custom checkbox elements (span) #25
Comments
@lockerbleiben how should it work? Can you provide some examples? |
Hey, The Idea ist to hide a checkbox and replace it by a nice styled span oder label (wich almost has a class, which can be accessed) So, maybe its possible to tell your script not to work with the checkbox itself instead of working with a given class of a given element. |
Im coming up against this with using the font awesome webfont too. Using something like this one on codepen: https://codepen.io/jamesbarnett/pen/yILjk Holding back on doing the finger-friendly upgrade based on font awesome, because I really dont want to lose the features and simplicity of your plugin. |
Running into the same issue, but only realized now after weeks of re-design... Guess will need to look for something else :( |
I have exactly the same problem. If you replace the checkbox with a stylized image, the selection does not occur. Has anyone solved this problem? |
The script does not work if you use the "display: none;" element for the checkbox input. Exemple: https://dimox.name/custom-checkboxes-and-radio-buttons-using-css-only/ |
Hey,
i wonder if its possible to add functionality for "checkbox-overlapping spans"?!
e.g.
<label class="option"><input type="checkbox"><span class="checkbox"></span> Option</label>
the span is a - css based- "checkbox lookalike"-span, while the original checkbox is invisible.
The text was updated successfully, but these errors were encountered: