In the ion-icon directive, the icon for the selected item is displayed at the right by defualt, there is an easy way to displayed at the left instead? thank you
1 Like
.item-radio .item-content{
padding-left:64px !important;
padding-right: 16px !important;
}
.item-radio .radio-icon{
left:0 !important;
}