Is it possible to select multiple items in the image above?
I attempted using http://ionicframework.com/docs/components/#checkbox, but I prefer having checkboxes for multiple selections in Ionic. I am currently working with the Ionic framework and would appreciate a solution tailored to Ionic.
<ion-radio ng-model="filter.yellow" ng-repeat="chat in chats">{{chat.name}}</ion-radio>