The mwc-switch doesn't seem to fire any change events. When I use it like this, nothing is printed in the console.
<mwc-switch @change="${console.log}"></mwc-switch>
I noted that if I use @click instead of @change, I get an event. But that doesn't feel like the right type of event to listen for on a switch.
I'm having the exact same problem, click also doesn't work as expected since it fires before the checked property is updated
Most helpful comment
I'm having the exact same problem, click also doesn't work as expected since it fires before the
checkedproperty is updated