I have a Blazor server-side project, where I have a custom component that uses a viewmodel to bind to inputbase checkbox.
If I change the viewmodel by clicking on a button, everything works fine. But if I change the viewmodel by something more "background", like a GRPC push message, then the inputbase checkbox is not re-rendered.