Toggles switch Synchronisation

Hi,

I’m new to Ionic and I have a question/issue with the "ion-toggles"
The toggles in the app are used to set values “true or false”.
I have a list of options that, these options can be turned ON or OFFif the toggles are used.
In this option list there are two options that contradict each other, so only one can be ON and the other must be OFF.

My question is how can I set these two toggles to sync with each other. By sync I mean; If the user turns one ON the other goes automatically/simultaneously OFF, and vice versa.

I have tried everything, from loops to extra functions to safe the toggles state with no luck :frowning:
Has somebody used toggles this way? Or does someone know how can I make this happen?

Thank all of you in advance for the help :smile: