Title: checkboxes items into a dropdown list
Last modified: August 20, 2016

---

# checkboxes items into a dropdown list

 *  [montbernage](https://wordpress.org/support/users/montbernage/)
 * (@montbernage)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-items-into-a-dropdown-list/)
 * Hi Ron,
 * thanks for your fantastic plugin !
    I was wondering how it would be possible 
   to display checkboxes items into a dropdown list.
 * Thanks for your help.
    Wip
 * [http://wordpress.org/extend/plugins/advance-wp-query-search-filter/](http://wordpress.org/extend/plugins/advance-wp-query-search-filter/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-items-into-a-dropdown-list/#post-3546431)
 * What do you mean “_ display checkboxes items into a dropdown list_“?
 * Is it a checkbox input or dropdown input? Any particular reference for this?
 *  Thread Starter [montbernage](https://wordpress.org/support/users/montbernage/)
 * (@montbernage)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-items-into-a-dropdown-list/#post-3546528)
 * Hi Ron,
 * Sorry if I’m not very clear. Maybe, it’s due to my bad english 😉
    I was wondering
   how to display checkboxes within HTML dropdown ( [http://i.stack.imgur.com/vE1eL.png](http://i.stack.imgur.com/vE1eL.png))(
   or an another solution to have a multiple choice possibility in a dropdown list).
 * Thanks for your help.
 * Wip
 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-items-into-a-dropdown-list/#post-3546547)
 * Well,
    For ‘multiple choice possibility in a dropdown list’ – No. But as for 
   the type that showed in the image, yes. Here is how you can do it :
 * 1. View the html source code for the form (if you using Firefox – by right- click-
   >view selected source; for chrome, using inspect element ).
    2. Find the checkbox
   class that you want to customize. eg cmfcheck-0,cmfcheck-1 for meta field check
   box or taxocheck-0. taxocheck-1 for taxonomy; 3. use the class in your theme 
   css or the plugin css to customize the layout of the checkbox. eg `.cmfcheck-
   0{height:100px;overflow-y:scroll;width:100px;border:1 black solid}`
 * That’s it.
 * Note this class only added in version 1.0.4, so version prior of this might be
   not working with this technique. Make sure you installed v 1.0.4

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘checkboxes items into a dropdown list’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advance-wp-query-search-filter.svg)
 * [Advance WP Query Search Filter](https://wordpress.org/plugins/advance-wp-query-search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advance-wp-query-search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advance-wp-query-search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/advance-wp-query-search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advance-wp-query-search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advance-wp-query-search-filter/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-items-into-a-dropdown-list/#post-3546547)
 * Status: not resolved