ToggleButton 3 state

Is it possible in juce to set togglebutton into 3rd state?
Something like BS_AUTO3STATE in WinAPI?

No, you’d have to create a custom Button component for that one.

I hope It will be added in the future.