This is loosely related to #136285, which allows changing numerical values while in text entry mode. Outside of that, just hovering over numerical inputs we are currently able to increment and decrement by Ctrl + Mouse Wheel. This works for integers, floats, sliders. Current code also allows cycling through expanded enums. This PR extends that so Ctrl + Mouse Wheel also changes toggles and checkboxes and also changes values inside of strings. Pull Request: https://projects.blender.org/blender/blender/pulls/138344