multiple<% } %>
<% if (readOnly) { %>readonly disabled<% } %>
>
<% if (Object.keys(choices).length > 0 && Object.values(choices)[0] instanceof Object) { %>
<% _.each(choices, function (optGroupOptions, optGroupLabel) { %>
<% }); %>
<% } else { %>
<% _.each(choices, function (choiceLabel, choiceValue) { %>
<% }); %>
<% } %>