We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdb887 commit fff44d5Copy full SHA for fff44d5
src/checkbox/index.ios.ts
@@ -68,6 +68,9 @@ export class CheckBox extends CheckBoxBase {
68
[tintColorProperty.setNative](value: string | Color) {
69
this._iosCheckbox.tintColor = getIOSColor(value);
70
}
71
+ [onTintColorProperty.setNative](value: string | Color) {
72
+ this._iosCheckbox.onTintColor = getIOSColor(value);
73
+ }
74
[onCheckColorProperty.setNative](value: string | Color) {
75
this._iosCheckbox.onCheckColor = getIOSColor(value);
76
0 commit comments