I am currently working on a mobile app using the ionic framework. I would like to create a layout with an avatar image on the left, text in the middle, and a checkbox on the right. Can anyone provide guidance on how to achieve this? The code snippet below is what I have attempted so far, but it is not producing the desired result.
<ion-list>
<div class="list"><a class="item item-avatar"><img src="img/profile.jpg"></a></div>
<ion-checkbox style="background-color:#594d65;color:white;"><b>Red</b></ion-checkbox>
</ion-list>