Checkbox list within slidebox

Hi,
I am trying to create a list within a slidebox. The items in the list need to have a checkbox on left and an “>” on the right, something similar to twitter “Manage Topics”. Each slide has list of different category items.

My problem is that if I use ion checkbox, it either makes “>” part of checkbox or if > button code moved outside of ion-checkbox then “>” goes to next line.

If I use Label with class checkbox then text is not aligned in center, dots for next slide “…” cover the item text and my css style is not applied to have proper padding etc - tried many ways to do this and need help.

Here is the HTML with label…

Thanks in advance.