Multi select list item

hi guys,
i am new in ionic 2,
i have created a list using

<div style="height:40%; overflow-y: scroll">
      <h5 *ngFor="let item of array" ion-item>
        <div style="float:left; width:20%"> {{item.empID}}</div>
        <div style="float:left; width:40%">{{item.empName}}</div>
        <div style="float:left; width:40%">{{item.status}}</div>
      </h5>
    </div>

now i want to use gmail style multiple select list item on holding a list item
now i have this:
multi 1
want this type select list item on holding a list item
multi 2

same issue… please help