id
Description
sets an HTML id for a radio buttonType
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