We have provided the TValue support in the checked property for the Checkbox component. How to set default type @typeparam TValue = bool in blazor(.razor page)
@using Microsoft.AspNetCore.Components.Web;
@using Microsoft.AspNetCore.Components.Rendering
@inherits BaseComponent;
@implements ICheckBox;
@typeparam TValue = bool;