1 write to _isChecked
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\FormsCheckBox.cs (1)
63
_isChecked
= value;
2 references to _isChecked
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\FormsCheckBox.cs (2)
57
get =>
_isChecked
;
60
if (value ==
_isChecked
)