• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need to include check boxes inside combo box

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a requirement to include check boxes within combo boxes. Is there any html component available or do we have to write our own code or any third party libraries available?

Any links/books appreciated?

Thanks
Kaarthick
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, there's no such thing as a 'combo box" in HTML (see ⇒ HtmlHasNoComboBox) but if you are talking about a select dropdown, then no, you can't embed a checkbox within an option. You'll have to explore 3rd party alternatives.

With a quick Google search, I found this jQuery plugin. No longer maintained, but might be suitable. If not, I'm sure you can find others.
reply
    Bookmark Topic Watch Topic
  • New Topic