Make push button update value in multiple switches

Is it possible? I push the button, and the value of multiple switchers are updated.

The script property allows that, something like this:

set("switch_1", 1)
set("switch_2", 2)

See https://openstagecontrol.ammd.net/docs/widgets/scripting/

EDIT: this works in v1 only

Great, thanks! (yes, worked in 1.0 only)