Mac2 driver and clicking on a toggleButton

Hi there,

Trying to use Appium with the Mac2 driver on macOS (10.15.7 to be exact).
I’m using the Xcode Accessibility Inspector (AI) to get my element names and such and having issues with a toggleButton element.

I noticed that when I inspect the Actions section in AI it says “No values” but if I click on just a regular button I see there’s a value of Perform.

If I don’t see a value there, does that mean that I can’t automate a click? When manually using this toggle button I can click it on and off no problem. Appium seems to find the element, but nothing actually happens when performing a click.