{#if isBound}
{isExpanded ? "" : bindingPath}
isExpanded=!isExpanded}/>
{#if isExpanded}
Binding Path
Fallback Value
{/if}
{:else}
{#if type === "bool"}
value = !value}/>
{:else if type === "options"} {:else} onChanged(ev.target.value)} bind:value={value} style="flex: 1 0 auto;" > {/if}
{/if}