Hi Guys,
Is there a way to update the text for the ‘Toggle All’ functionality in a set of checkboxes.
The functionality is working properly, the client just wants to update it from ‘Toggle All’ to ‘Select All’.
I thought their might be a hook or something, before I jump into doing it with Javascript.
It appears there is, but I have not investigated in completely. It appears that there is a field setting for “toggle” and if this is set it is used. You should be able to set this using an acf/load_field filter, or possibly and acf/prepare_field filter.