Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

feature request: checkbox support for data-iconpos="notext" #3246

Closed
frequent opened this issue Dec 11, 2011 · 4 comments
Closed

feature request: checkbox support for data-iconpos="notext" #3246

frequent opened this issue Dec 11, 2011 · 4 comments

Comments

@frequent
Copy link
Contributor

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.

@toddparker
Copy link
Contributor

Would you mind linking this up from the feature request wiki page so we can track it?

@frequent
Copy link
Contributor Author

done.

@toddparker
Copy link
Contributor

Thanks!

@nathany
Copy link

nathany commented 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:

<div class="ui-checkbox ui-checkbox-on ui-btn-icon-left">
  <span class="ui-btn-inner">
    <span class="ui-icon ui-icon-checkbox-off ui-icon-shadow">&nbsp;</span>
  </span>
</div>

Less than ideal. Also related to #2000.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants