Hi there,
i cant seem to be able to hide/disable some mobiletoggle elements. I have a four toggle elements in a grid, placed inside a collapsible block (see screenshot).
I want to disable all four after the user has clicked the button "Auswerten".
I tried this js on click event:
Appery('mt_freetimerelax').flipswitch( "options", "disable", true );
Appery('mt_freetimerelax').flipswitch( "disable" );
Appery('mt_freetimerelax').hide();