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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Would be nice to have checkbox behavior similar to buttons with data-iconpos="notext". Instead of the icon, using this would only give you the JQM checkbox.
While working on a split button checkbox UI (see #5274), I also ran into the need for a stand alone checkbox. Applying .ui-hidden-accessible to the label prevented the checkbox from being "JQM enhanced". :-(
After much fiddling about, I'm having to build up the checkbox by hand:
Activity
toddparker commentedon Dec 12, 2011
Would you mind linking this up from the feature request wiki page so we can track it?
frequent commentedon Dec 12, 2011
done.
toddparker commentedon Dec 12, 2011
Thanks!
nathany commentedon May 27, 2013
While working on a split button checkbox UI (see #5274), I also ran into the need for a stand alone checkbox. Applying
.ui-hidden-accessible
to the label prevented the checkbox from being "JQM enhanced". :-(After much fiddling about, I'm having to build up the checkbox by hand:
Less than ideal. Also related to #2000.