I am testing Blocs 6.3 Plus after updating at a discounted price following Black Friday.
I am encountering an issue with custom interactions. If you take a look at the attached file, I created a small image selector with a ‘selector’ button, and it works very well on hover. However, if I set this selector to ‘On click’, it does not work.
It looks like the interaction(s) you have created wont work because the checkbox will get stuck in a state as you have 2 interaction for the toggle so once the click interaction is class to set to blue it will not invert the other way.
I’ve created a single interaction that uses a slight delay to allow the visibility animation to complete and then set the switch value (on/off) based on if red or blue is visible.