We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can anyone help me on how we can change the tick color in ios?
The text was updated successfully, but these errors were encountered:
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 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
Sorry, something went wrong.
No branches or pull requests
Can anyone help me on how we can change the tick color in ios?
The text was updated successfully, but these errors were encountered: