I need a html 'control' similar to "CheckedListBox" from WinForms:
<select> <optgroup> <option>Item 1</option></optgroup></select>
where each item (and group) has a check box which can be individually checked/unchecked with callbacks.
Has anyone found a jquery-ui or other option for accomplishing this?
Thanks!