Skip to content

Commit fff44d5

Browse files
committed
fix(ios): non working onTintColor
1 parent 1cdb887 commit fff44d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/checkbox/index.ios.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export class CheckBox extends CheckBoxBase {
6868
[tintColorProperty.setNative](value: string | Color) {
6969
this._iosCheckbox.tintColor = getIOSColor(value);
7070
}
71+
[onTintColorProperty.setNative](value: string | Color) {
72+
this._iosCheckbox.onTintColor = getIOSColor(value);
73+
}
7174
[onCheckColorProperty.setNative](value: string | Color) {
7275
this._iosCheckbox.onCheckColor = getIOSColor(value);
7376
}

0 commit comments

Comments
 (0)