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