# paper-radio-button `paper-radio-button` is a button that can be either checked or unchecked. User can tap the radio button to check it. But it cannot be unchecked by tapping once checked. Use `paper-radio-group` to group a set of radio buttons. When radio buttons are inside a radio group, only one radio button in the group can be checked. Example: ```html ``` Styling a radio button: ```html ```