value
Description
Optional. Specifies the value associated with a radio buttonUsage
inputValue?: string | number;
Example
<template>
<RadioButton inputValue="1" />
</template>
Related article: Setting the value
Related sample: Radio Button
inputValue?: string | number;
<template>
<RadioButton inputValue="1" />
</template>
Related article: Setting the value
Related sample: Radio Button