Subcomponents in Dynamic Component are not hiding when checked to do so

I made a dynamic component for a Bluestone Sill. There is the plane sill, but there are some parts I want to be able to acitvate by showing of hiding them.
I made it possible to check 4 subcomponents to be hidden of shown.
But changing the state of visibility is not working.
Does anyone know what I am doing wrong.
BleustonSillPlus.skp (45.4 KB)

You need to transfer the value to the intended objects like you did with the other attributes. I added a move condition to the cushion if it is visible and overhang is hidden.

BleustonSillPlus.skp (40.0 KB)

Thanks very much,