3 references to FormatValue
Microsoft.AspNetCore.Components.Tests (2)
BindConverterTest.cs (1)
25var actual = BindConverter.FormatValue(value);
RendererTest.cs (1)
5675builder.AddAttribute(2, "value", BindConverter.FormatValue(CheckboxEnabled));
Microsoft.AspNetCore.Components.Web (1)
Forms\InputCheckbox.cs (1)
40builder.AddAttribute(6, "checked", BindConverter.FormatValue(CurrentValue));