id
Description
Optional. Sets an HTML id for a radio buttonUsage
id?: string | number;
Example
<Field label="Radio" position="left" type="checkbox">
{#snippet children(id)}
<RadioButton {id} />
{/snippet}
</Field>
Related article: Using the left-side label
Related sample: Radio Button