Then I was trying to get a checkbox in the item, and noticed that I should be using the <checkbox> element, however, this one doesn’t seem to support the option buttons.
Because here they’re actimg like a list item with a checkbox. I want to swipe the entire item, not the checkbox. Imagine a todo app where the primary action is completing the task by checking it and the secondary actions are editing/removing it. These seconary actions could be hidden and shown when swept.
I’m also creating one of those todo-apps where it would be nice to swipe on an ion-list with class item-checkbox. It kind of works, but it looks broken, because the text (item.content) goes behind the checkbox. This is my code:
Also would be very interested if anyone comes up with a fix for this. Doing the same technique that iverjo recommended, but it creates a horrible looking UI.