is it possible to have something special unlocked only when two buttons are checked at once?🤔...
That would be a logical "and", produced with the & operator:
if C1.widgets.Z.value & C1.widgets.W.value # ... end