Easy way to select ion list items and perform an action on them?

easy way to select ion list items and perform an action on them ?
For example in the following picture, I got 3 objects, that i can select and it will either delete them all or send an email to all of them after selecting which email template I want to use. ( dont worry on email template ).

I wonder if ionic already provides some kind of checkmark / select utility for list items ?

Hi libertytrustgroup,

For selecting multiple items you can use ionic gesture on-hold.
On holding on an item you can select that object and also you can hide n show checkbox or you can change the background color of that item.