wired-radio-group - Vaadin Add-on Directory
Allows user to select at most one radio button from a set. Works with wired-radio.
**[ This description is mirrored from README.md at [github.com/wiredjs/wired-radio-group](https://github.com//wiredjs/wired-radio-group/blob/v0.5.0/README.md) on 2019-05-10 ]**
![wired radio group](https://wiredjs.github.io/wired-elements/images/radio-group.png)
# wired-radio-group
Allows user to select at most one radio button from a set. Works with [wired-radio](https://github.com/wiredjs/wired-radio).
For demo and view the complete set of wired-elememts: [wiredjs.com](http://wiredjs.com/)
Learn about web components [here](https://www.webcomponents.org/introduction).
## Usage
Add wired-radio to your project:
```
npm i wired-radio-group
```
Import wired-radio-group definition into your HTML page:
```html
```
Or into your module script:
```javascript
import { WiredRadioGroup } from "wired-radio-group"
```
Use it in your web page:
```html
```
### Properties
**selected** - Named of the selected radio button.
### Events
**selected** Event fired when user changes selection
GitHub HomepageIssue tracker
View on GitHub
Online Demo
Documentation
wired-radio-group version 0.1.0
### Dependencies
* polymer#Polymer/polymer#^2.0.0
* wired-lib#^0.1.0
* wired-radio#^0.1.1