# pui-react-radio-group

A React component for managing groups of radio buttons

Pivotal UI React ([GitHub](https://github.com/pivotal-cf/pivotal-ui-react), [npm](https://www.npmjs.com/browse/keyword/pivotal%20ui%20modularized)) is a collection of [React](https://facebook.github.io/react/) components for rapidly building and prototyping UIs.

This component requires React v0.13

See the [Pivotal UI Styleguide](http://styleguide.pivotal.io/react.html#form_radio_input_react) for fully rendered examples.

## Components

### RadioGroup

A group of radio buttons

```js
var RadioGroup = require('

#### Properties

- `id`
  - `String`: An identifier for the radio group that can be used, for example, with labels

- `name`
  - `String`: An identifier for the radio group and all of its radio buttons for form submissions

- `onChange`
  - `Function`: A callback called when radio buttons inside of the radio group are checked or unchecked


*****************************************

(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.
