I am trying to toggle a checkbox in the user field from a front end button.
So I have a “true/false” acf field set up on user page. What I want is that for a user to be able to click a button and it toggles that “true/false” field. I think I can do this through the javascript API but I am not exactly sure where to start with it.