How To Create A ToggleGroup Where Toggles Can All Be Off

Hello,
Just wondering if there is a standard means of creating a ToggleGroup where Toggles are mutually exclusive as per usual, but also the active Toggle can be turned off by clicking the active Toggle.

So when the user clicks on the active toggle now none of the toggles are set to their on state.

Is this possible within a ToggleGroup? It’s not obvious and in playing around with the events and some custom scripts the answer is still eluding me.

Curious.
Thanks!

There is a similar discussion already going on here. No solid answer, but a couple of semi viable work around methods.

Thanks for the link.
Cheers.