anyone have workaround or possible solution, to make those three components from MudBlazor to work in default Blazor template Account/... pages who are always Static SSR.
I found that <MudTextField> can be handled with extra Name="some_name" property. I know this from FluentUI. But with those all switches none of my solutions worked. You just can't press them. And after debuggind if i press them and then proceed to submit button, they shows error that value is 'on' not true/false or 0/1.