Library Blazor Components Toggle Reference Classes Toggle Properties IsChecked

IsChecked

Specifies whether toggle is rendered in the checked state. This property support two-way binding.

razor
[Parameter]
public bool IsChecked { get; set; }

IsChecked

Sign in