Question
Dropdown of Checkboxes on Marketo Form
hi
Anyone has Marketo Form showing Dropdown of Checkboxes like below.
I need a Dropdown with Checkboxes in it.
Working example is helpful.
I have tried this example on Marketo form, but it did not render as Dropdown, instead it showed bunch of Check boxes
<div id="list1" class="dropdown-check-list" tabindex="100">
<span class="anchor">Select Fruits</span>
<ul class="items">
<li><input type="checkbox" />Apple </li>
<li><input type="checkbox" />Orange</li>
<li><input type="checkbox" />Grapes </li>
<li><input type="checkbox" />Berry </li>
<li><input type="checkbox" />Mango </li>
<li><input type="checkbox" />Banana </li>
<li><input type="checkbox" />Tomato</li>
</ul>
</div>

thanks
-Sree