<div on:some-event='set({ visible: !visible })'>toggle</div>

{{#if visible}}
	<p>hello!</p>
{{/if}}