Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
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

Description

@frequent
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.

Activity

toddparker

toddparker commented on Dec 12, 2011

@toddparker
Contributor

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

frequent

frequent commented on Dec 12, 2011

@frequent
ContributorAuthor

done.

toddparker

toddparker commented on Dec 12, 2011

@toddparker
Contributor

Thanks!

nathany

nathany commented on May 27, 2013

@nathany

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 join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nathany@toddparker@frequent

        Issue actions

          feature request: checkbox support for data-iconpos="notext" · Issue #3246 · jquery-archive/jquery-mobile