1 write to IsChecked
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
435 cb.IsChecked = result;
5 references to IsChecked
Microsoft.Maui.Controls (5)
CheckBox\CheckBox.cs (5)
16 /// <summary>Bindable property for <see cref="IsChecked"/>.</summary> 18 BindableProperty.Create(nameof(IsChecked), typeof(bool), typeof(CheckBox), false, 48 if (IsEnabled && IsChecked) 81 get => IsChecked; 87 return $"{base.GetDebuggerDisplay()}, IsChecked = {IsChecked}";