README
Radio
A radio input is used to present a single option from a list. Use radio group for multiple options.
Installation
yarn add @atlaskit/radio
Usage
Detailed docs and example usage can be found here.
A radio input allows people to select only one option from a number of choices. Radio is generally displayed in a radio group.
<script type="module">
import atlaskitRadio from 'https://cdn.skypack.dev/@atlaskit/radio';
</script>
A radio input is used to present a single option from a list. Use radio group for multiple options.
yarn add @atlaskit/radio
Detailed docs and example usage can be found here.