How to prevent ion checkbox from being clicked?

Hi everyone :slight_smile:
I have an ion-checkbox and I would like it to be only clicked once (from checked=true to checked=false).

How can I ensure that checkbox can only get clicked once / that it doesn’t change it’s value when repeatedly clicked?

disable it after it is clicked,
or add a handler that clicks if not clicked, ignore if was clicked

When I disable it, it greys out the whole item :frowning:

Okay, I’ll look up what a handler is and how to use it! Thank you for your help! :slight_smile: