1 write to CheckBoxTintColor
Microsoft.Maui (1)
Platform\iOS\CheckBoxExtensions.cs (1)
17 platformCheckBox.CheckBoxTintColor = solid.Color;
2 references to CheckBoxTintColor
Microsoft.Maui (2)
Platform\iOS\MauiCheckBox.cs (2)
97 CheckBoxTintUIColor = CheckBoxTintColor?.ToPlatform(); 145 if (!Enabled && CheckBoxTintColor != null)