eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

CheckBox and RadioButton should allow to colorize the selectable element #1446

Open mpost opened 7 years ago

mpost commented 7 years ago

Problem description

Currently you have to use the the default colors by the native system for RadioButton and CheckBox. This makes it impossible to use those widgets on none white backgrounds.

Expected behavior

We should be able to set the color for the widget for example with a tintColor property.

Related

Such a tintColor would also be suitable for the ActicityIndicator as requested here.

patrykmol commented 7 years ago

iOS parts are implemented.

ralfstx commented 7 years ago

Support for tintColor has been added in bea8902. Windows support is pending.