# @vaadin/radio-group A web component that allows the user to choose one item from a group of choices. [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/radio-button) ```html ``` [Screenshot of vaadin-radio-group](https://vaadin.com/docs/latest/components/radio-button) ## Installation Install the component: ```sh npm i @vaadin/radio-group ``` Once installed, import the component in your application: ```js import '@vaadin/radio-group'; ``` ## Contributing Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License Apache License 2.0 Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.