1 write to _isChecked
Microsoft.Maui (1)
Platform\iOS\MauiCheckBox.cs (1)
67
_isChecked
= value;
2 references to _isChecked
Microsoft.Maui (2)
Platform\iOS\MauiCheckBox.cs (2)
61
get =>
_isChecked
;
64
if (value ==
_isChecked
)