1 write to _checked
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\FormsCheckBox.cs (1)
148 _checked = CreateCheckBox(CreateCheckMark()).ImageWithRenderingMode(UIImageRenderingMode.AlwaysTemplate);
2 references to _checked
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\FormsCheckBox.cs (2)
147 if (_checked == null) 153 return IsChecked ? _checked : _unchecked;