[]
Gets or sets the callback called when the IsChecked property has changed.
[Parameter] public EventCallback<bool?> IsCheckedChanged { get; set; }
<Parameter> Public Property IsCheckedChanged As EventCallback(Of Boolean?)