Use Radio components to be part of an options list where users can only make a single choice.
npm install @igloo-ui/radioUse Radio components to be part of an options list where users can only make a single choice.
To install @igloo-ui/radio in your project, you will need to run the following command using npm:
``bash`
npm install @igloo-ui/radio
If you prefer Yarn, use the following command instead:
`bash`
yarn add @igloo-ui/radio
Then to use the component in your code just import it!
`js
import Radio from '@igloo-ui/radio';
``