A very gentle question.
This code:
local radioButton1 = widget.newSwitch(
{
width = bla,
height = bla-bla,
style = "radio",
id = "RadioButton1",
initialSwitchState = true,
onPress = onSwitchPress
}
)
makes a blue radio button:
Help, please, to change the color!