# paper-radio-button `paper-radio-button` is a button that can be either checked or unchecked. User can tap the radio button to check or uncheck it. Use a `` to group a set of radio buttons. When radio buttons are inside a radio group, exactly one radio button in the group can be checked at any time. Example: ```html Item label ``` Styling a radio button: ```html ```