Toggle cannot swap sprite???

If i create an Image component, with a MusicOn sprite, then add the Toggle component. I cannot swap between the MusicOn and MusicOff sprite.
Am i doing something wrong or is not available?

Thanks!

I believe the only way the toggle works is that it turns on and off a single image component. So the idea being that you would have a background image with a second image on top such as a checkmark or x or something and the toggle would show or hide that checkmark or x. Fairly simple but also limited.

Yes, but there is another problem. What if i want to tint the toggle button (sprite)?
If i put a disabled sprite behind the enabled sprite, and the enabled sprite has the toggle component i cannot have any feedback from the button such as animation, tint or sprite swap, because if i use tint for example and i have a highlighted effect when i put the mouse over the disabled sprite, the enabled sprite will come again because the tint color has alpha 100.
I think Unity forgot a toggle state such as Inactive, so when the bool “isOn” is false, the state would be inactive and can have another kind of feedback.
Is there a page or forum where to report bugs or recommendations?