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.
Problem description
Currently you have to use the the default colors by the native system for
RadioButton
andCheckBox
. 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 theActicityIndicator
as requested here.