type
Description
sets the control's type for correct positioning of a left-side labelType
string
Values
"checkbox" (for Checkbox and Radio Button), "slider", "switch"
Example
<Field label="Checkbox" type="checkbox" position="left">
{#snippet children(id)} <Checkbox {id} /> {/snippet}
</Field>
Related article: Left-side label for Checkbox, Radio, Switch, Slider
Related sample: Checkbox