[fixed] LnF ToggleButton tick box colour hardcoded

I realized the colours in the lookAndFeel for the tickbox in void LookAndFeel_V2::drawTickBox (...) are hardcoded, see drawTickBox - github.
For consistency I would propose to add two colourIds in ToggleButton:
ToggleButton::tickColourId and ToggleButton::tickColourDisabledId or similar…
An easy picking for resetting the brain :wink:
EDIT: added a github pull request fyc

Thanks, seems like a sensible and easy request, I’ll take a look when I get a moment!

Just saw it’s in now. Thanks for fixing.