Click to See Complete Forum and Search --> : [RESOLVED] checkboxes, radio buttons inside select


stephan.gerlach
04-14-2008, 04:56 AM
Is there any possibility to display radio buttons or checkboxes in select dropdown boxes??

Fang
04-14-2008, 05:16 AM
No. The only way is to fake it with a JavaScript dropdown.

stephan.gerlach
04-14-2008, 05:20 AM
hmm that wouldn't work in my case. But I think I just found a solution. I simply create 2 checkbox images (checked, unchecked) then via css I add these images to the dropdowns. Then when I click on an option I change the class and therefore the image will change. At the same time I can use the option value that has been clicked to run my other code since that need to be javascript anyway.

Thanks for your help.