Figured it out
Update:
Using the same On/Off feature, how would I do an if statement for text or javascript?
If on, show javascript, else don't show javascript. I have:
<xen:if is="!{$propertyhere}">
This doesn't seem to show with the style property box on or off.
<xen:else />
</xen:if>