How to create an action that overrides another action

image

Let’s use a list of classes from a course app as an example. In the class list, I can click on the class card to navigate to it, but I would also like to add a checkbox to mark the class as completed. When I do this, it ignores the checkbox action and takes the action from the parent element. Is there a way to resolve this?

We provide an action “stop click propagation”, if you use it on the checkbox click it will stop the click at the parent level :slight_smile: