id
Description
sets an HTML id for a checkboxType
string | number
Example
<Field label="Checkbox" type="checkbox" position="left">
{#snippet children(id)}
<Checkbox {id} />
{/snippet}
</Field>
Related article: Using the left-side label
Related sample: Checkbox