1 reference to CurrentValue
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadio.cs (1)
71builder.AddAttribute(6, "checked", Context.CurrentValue?.Equals(Value) == true ? GetToggledTrueValue() : null);