Hi! Just noticed a possible bug. I have a base with a custom par type Toggle. Inside that another base with a custom par type Toggle. If these parameters are connected using either reference or bind, printing par.val from inside the child Base always results in the value that the parameter originally had in default value mode
toggleBug.tox (982 Bytes)
When just toggling this parameter without a parent connecting it works fine. See example attached.