Changing the color of tick in ios
Can anyone help me on how we can change the tick color in ios?
Here is full example of having it in white color, you can use it as example and adjust your needs
<iOS><CheckBox:CheckBox fillColor="white" tintColor="white" onCheckColor="red" onTintColor="white" onFillColor="white" color="white" col="0" marginLeft="7" marginTop="8" paddingBottom="5" row="0" horizontalAlignment="left" class="filter-label" checked="{{ yourObservable }}" text="My check Box" id="myCheckbox"/></iOS>
Wrapping it inside <iOS> allows u to enable it only on iOS and for Android you can use same principle, with example for same result but different config:
<Android><CheckBox:CheckBox fillColor="white" color="white" col="0" marginLeft="7" marginTop="5" row="0" horizontalAlignment="left" class="filter-label" checked="{{ yourObservable }}" text="My check Box" id="myCheckbox"/></Android>
All options for iOS are available here. It's tested on latest iOS and Xcode. https://cocoapods.org/pods/BEMCheckBox#customization