Tobago provides several ways to select an option. Entries are added with <tc:selectItem/> or <tc:selectItems value="#{controller.list}"/> for most select components.
<tc:selectItem/>
<tc:selectItems value="#{controller.list}"/>
<tc:selectBooleanCheckbox label="Checkbox"/>
<tc:selectBooleanToggle label="Toggle"/>
<tc:selectOneChoice label="Dropdown Box">
<tc:selectOneRadio label="Radio Group" labelLayout="top">
<tc:selectOneListbox label="Listbox" size="3">
<tc:selectManyCheckbox label="Checkbox Group" labelLayout="top">
<tc:selectManyListbox label="List" size="3">
<tc:selectManyShuttle label="Shuttle List" size="7">