# radio **Repository Path**: mirrors_react-component/radio ## Basic Information - **Project Name**: radio - **Description**: [DEPRECATED] React Radio - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rc-radio --- react rc-radio component [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![gemnasium deps][gemnasium-image]][gemnasium-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url] [npm-image]: http://img.shields.io/npm/v/rc-radio.svg?style=flat-square [npm-url]: http://npmjs.org/package/rc-radio [travis-image]: https://img.shields.io/travis/react-component/radio.svg?style=flat-square [travis-url]: https://travis-ci.org/react-component/radio [coveralls-image]: https://img.shields.io/coveralls/react-component/radio.svg?style=flat-square [coveralls-url]: https://coveralls.io/r/react-component/radio?branch=master [gemnasium-image]: http://img.shields.io/gemnasium/react-component/radio.svg?style=flat-square [gemnasium-url]: https://gemnasium.com/react-component/radio [node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square [node-url]: http://nodejs.org/download/ [download-image]: https://img.shields.io/npm/dm/rc-radio.svg?style=flat-square [download-url]: https://npmjs.org/package/rc-radio ## install [![rc-radio](https://nodei.co/npm/rc-radio.png)](https://npmjs.org/package/rc-radio) ## example http://localhost:9090/examples/ online example: http://react-component.github.io/radio/examples/ ## Usage ```js var Radio = require('rc-radio'); // use rc-radio ``` ## Api same with ``, but only support controlled radio. ## Development ``` npm install npm start ``` ## Test Case http://localhost:9090/tests/runner.html?coverage https://travis-ci.org/react-component/radio ## Coverage http://localhost:9090/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:9090/tests/runner.html?coverage ## License rc-radio is released under the MIT license.