id
Description
Optional. Sets an id for inner HTML inputUsage
id?: string | number;
Example
<template>
<RadioButton :id="id" />
</template>
Related article: Using the left-side label
Related sample: Radio Button
id?: string | number;
<template>
<RadioButton :id="id" />
</template>
Related article: Using the left-side label
Related sample: Radio Button