Blazor.Fast
Blazor.Fast copied to clipboard
Fix Checkbox and Switch so they can use @bind-
Currently the Checkboxes and Switches cannot use @bind due to some internal issue with Blazor.
I've already created a PR to fix it but it will only happen in the first previews of .NET 6.0.
Issue: https://github.com/dotnet/aspnetcore/issues/24916 PR: https://github.com/dotnet/aspnetcore/pull/27030