It is possible to make the optgroup label
option selectable along with the rest of the group options, for example:
<optgroup label="EUA">
<option value="0">NY</option>
<option value="1">LA</option>
Except that the US would also have to be a selectable option, but it still has to be shown as the parent of these two options.