1 write to Element
Microsoft.AspNetCore.Components.Web (1)
Forms\InputCheckbox.cs (1)
48
builder.AddElementReferenceCapture(9, __inputReference =>
Element
= __inputReference);
1 reference to Element
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputCheckboxTest.cs (1)
25
Assert.NotNull(inputCheckboxComponent.
Element
);