--- name: RadioButton route: /components/radiobutton menu: Components --- import { Playground, Props, Link } from 'docz' import RadioButton from './RadioButton' # RadioButton Component for values which are to be selected from a few list of options.
## Props ## See Also - Checkbox for a similar component on selecting values among very few choices. - Select for a similar component suitable for selecting more values.