Library Blazor Components CheckBox Shape

Shape

Shape of checkbox. It can be either circle or square.

razor
[Parameter]
public CheckBoxShape Shape { get; set; } = CheckBoxShape.Square;

Shape

Sign in