I am looking for a dropdown something like this

I am not able to find any component that suits my need.Only following component is present, but this component is not fulfilling my needs as the data is not showing like a dropdown with multi-select capabilites in it.
<h:selectManyListbox id="option">
<f:selectItems value="#{supportData.states}" />
</h:selectManyListbox>
Please suggest , what shall I do?