Select Many

amx:selectManyChoice

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

Appearance characteristics for this component.

Behavior

Common behaviors for this component.

Usage

Usage guidelines for this component.

Sample

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>


Related

Fig 1. iOS Select Many

 

Fig 2. Android Select Many