I have a frame like this:

Custom Headline has a boolean property to toggle it on/off.
Headline has a boolean variable set at appearance.
Problem statement: I want to turn the Headline off when Custom Headline property is turned on. This is not a prototype, so I am only changing the state through toggles.
Can I apply conditionals to properties.
