Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7192183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:53:15+00:00 2026-05-28T19:53:15+00:00

I want vertically grouped checkboxes with a search filter. Is there a way to

  • 0

I want vertically grouped checkboxes with a search filter.

Is there a way to style a regular Search filter list to look like vertically grouped checkboxes?

or

Can I add the search filter to the group of checkboxes?

Example started: http://jsfiddle.net/NwbZu/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T19:53:16+00:00Added an answer on May 28, 2026 at 7:53 pm

    You can use CSS to get the listview to compress into a smaller space:

    /*remove background color from search input*/
    .ui-listview-filter {
        background : none;
    }
    /*remove the vertical padding, background gradient, and border for each list-item*/
    #dataPointList .ui-li {
        padding    : 0px 15px;
        background : none;
        border     : none;
    }
    /*remove the margin from the check-box container*/
    #dataPointList .ui-li .ui-checkbox {
        margin : 0;
    }
    /*remove the rounded corners from all of the .ui-btn elements*/
    #dataPointList .ui-li .ui-checkbox .ui-btn-corner-all {
        -webkit-border-radius : 0;
        -moz-border-radius    : 0;
        border-radius         : 0;
    }
    /*re-add the rounded corners (top only) for the first list-item element*/
    #dataPointList .ui-li:first-child .ui-checkbox .ui-btn-corner-all {
        -webkit-border-top-left-radius  : 1em;
        -moz-border-top-left-radius     : 1em;
        border-top-left-radius          : 1em;
        -webkit-border-top-right-radius : 1em;
        -moz-border-top-right-radius    : 1em;
        border-top-right-radius         : 1em;
    }
    /*re-add the rounded corners (bottom only) for the last list-item element*/
    #dataPointList .ui-li:last-child .ui-checkbox .ui-btn-corner-all {
        -webkit-border-bottom-left-radius  : 1em;
        -moz-border-bottom-left-radius     : 1em;
        border-bottom-left-radius          : 1em;
        -webkit-border-bottom-right-radius : 1em;
        -moz-border-bottom-right-radius    : 1em;
        border-bottom-right-radius         : 1em;
    }
    

    Here is a demo: http://jsfiddle.net/NwbZu/2/

    When you search this will not update the list, for instance if you search for 6 in the demo you will get only one item and it will not be updated to have all its corners rounded. You can however achieve this using JS (I’m not sure if you can make selections in CSS for only visible elements).

    Let me know if you have any questions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want button in vertically, for that i can extend the height and shrink
I want to center the text vertically but no idea how, you can see
How can i block my layouts vertically? i want that they can't be showed
I want to make a TextBlock shown vertically, just like the username in the
I want to split the screen by 30% and 70% vertically, How can i
In silverlight 2.0. I have some content that i want to scroll vertically and
I want my JTextArea to resize itself (expand vertically) when the last line (that
I have sever JPanels which have to be ordered vertically. For that I want
I want to add a vertical JSeparator between two components using a GridBagLayout. The
I'm having trouble styling a select list in an html form. Basically I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.