Reputation:
I want to create dropdown menu with multiple checkboxes using framework of cakephp.
For example:
I have a dropdown having four options respectively--
a
b
c
d
Now I want checkboxes before each option.
Please help me to solve this problem.
Upvotes: 0
Views: 2465
Reputation: 6663
You can't do this with the default <select>
and <option>
HTML tags, so I'd recommend using a javascript plugin such as Dropdown Check List (jQuery)
Upvotes: 1