1 write to IsChecked
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
435
cb.
IsChecked
= result;
4 references to IsChecked
Microsoft.Maui.Controls (4)
CheckBox\CheckBox.cs (4)
14
/// <summary>Bindable property for <see cref="
IsChecked
"/>.</summary>
16
BindableProperty.Create(nameof(
IsChecked
), typeof(bool), typeof(CheckBox), false,
46
if (IsEnabled &&
IsChecked
)
79
get =>
IsChecked
;