The Select Many component is the mobile equivalent to the traditional desktop pull-down menu with check boxes, where the user may select many options from a list. It allows the user to select one or more items from a set of choices. The component has the following elements:
Appearance characteristics for this component.
Common behaviors for this component.
Usage guidelines for this component.
AMX sample code for this component.
<amx:selectManyChoice label="Enabled" id="smc1">
<amx:selectItem label="Select one"/>
</amx:selectManyChoice>
<amx:selectManyChoice label="Disabled" id="smc2" disabled="true">
<amx:selectItem label="Select one"/>
</amx:selectManyeChoice>
<amx:selectManyChoice label="Read-Only" id="smc3" readOnly="true">
<amx:selectItem label="Select one"/>
</amx:selectManyChoice>
Fig 1. iOS Select Many
Fig 2. Android Select Many