Hi, I have run into a very weird issue, I have a page with 4 swtiches in a column, the issue is that 2nd and 3rd switch are affecting each other, i.e. turning on one switch turns on the other and vice versa. Even though, i have set value, defaultValue, isChecked but still the issue keeps happening, and when the switch turns on second hand i.e. turned on by another switch, the onValueChange/onToggle doesnt trigger when i turn off the switch. So apparently it only changes visually. The issue is happening only on IOS and works fine on android.
See the attached video, I turned on 3fa switch and came back from the screen without doing anything, hence it remained off but it turned on the other switch. And onToggle want triggered when i disabled the switch.