@andrew_milici wrote:
Hi guys
I'm trying to create an app that contains an ion-list and various components within it, I've got the following code so far:
<ion-list> <p class="item item-icon-left" href="#"> <i class="icon ion-person-stalker"></i> Customer 1 - First Middle Last </p> <a class="item item-icon-left item-icon-right" href="#"> <i class="icon ion-clipboard"></i> Job Details <i class="icon ion-chevron-right icon-accessory"></i> </a> <a class="item item-icon-left" href="#"> <i class="icon ion-ios-plus-outline"></i> Do you want to add an update? </a> </ion-list>
Which produces the following:
But what I'm trying to get is the checkbox next to "Do you want to add an update?" to appear on the right hand side, like so:
Any ideas on how to achieve this?
Posts: 1
Participants: 1