Menu button toggle play mesh animation

HI all,

I am looking to have a toggle button that play an animation on a mesh.
I made the animation and created a toggle parameter in Animator.
I created a toggle button UI.
But now I am desperately trying to link that button Ui and the toggle parameter in Animator.
I created a On value Changed in the button Inspector. But I don’t know how to link it.
Can it be done without a script? Just with the value changed menu drop-down? I expected to be the case, because I am an idiot regarding scripting.
I looked at a lot of questions asked in forums, but I did not find a solution that works for me.
I would greatly appreciate any help.
Thank you in advance,

Thomas

Thank you for the quick answer.

Your example use a trigger but I created a bool in Animator.

It is working fine when I test it there.

Should I just replace in the script trigger by toggle? Or bool?

Here is my animator window :