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