how to add checkbox or check icon to to avatar as shown in the image.
<ion-list>
<ion-item>
<ion-avatar item-start>
<img src="https://dummyimage.com/50x50/adadad/ffffff">
<ion-icon color="green" name="checkmark-circle"></ion-icon>
</ion-avatar>
<h2>Cher</h2>
<p>Ugh. As if.</p>
</ion-item>
</ion-list>
ion-avatar{
position: relative;
ion-icon{
position: absolute;
bottom: -5px;
right: -5px;
}
}

It didn’t really look like that, when i copy-paste your code.
Are there updates necessary?
Could you send me a Screenshot?