Change state of a GLMakie toggle programmatically

How can I change the state of a GLMakie toggle programmatically and ensure it is reflected in the figure?

I have access to the state of the toggle vector and want to restore the toggles programmatically with proper reflection in the figure.

For example:

julia

[toggleAll[ind].active[] for ind in 1:numberOfImages]