Radio
Radio.
When To Use
- Used to select a single state from multiple options.
- The difference from Select is that Radio is visible to the user and can facilitate the comparison of choice, which means there shouldn’t be too many of them.
Examples
Basic
The simplest use.
<template>
<a-radio>Radio</a-radio>
</template>
Looking for more Ant Design Vue Radio? Please check the official docs.