Yea we made our own custom toggle, very simple and probably common use case. We use toggles throughout to update either user settings or for customers answering questions. Simple boolean triggers. The issue is you cannot have it as a reusable element without either adding loads of conditionals for which field you want to update or adding loads of Do When workflows on the pages the element is used.

Also we have some webhooks connected and use them to save different dates based on status sent through the webhooks. Right now we have to conditionally check if the status equals this then update this specific field. I have an option set of Statuses and wish I could add a field on the option set for field name and then I could just say make changes to thing statuses field equals value sent.