eclipsesource / eclipsesource/tabris-js
CheckBox and RadioButton should allow to colorize the selectable element
Open
feature
windows
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### 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](https://github.com/eclipsesource/tabris-js/issues/1145).
Contributor guide
Assessment
This issue has not been assessed yet.