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