<!-- AUTO-GENERATED from the @riverty/web-components custom elements manifest. Do not edit by hand. -->

# r-radio-button-title

Title text slot for `r-radio-button`. Place inside the `title` slot of an `r-radio-button`.

Example
```
<r-radio-button name="plan" value="standard">
  <r-radio-button-title>Standard plan</r-radio-button-title>
</r-radio-button>
```

## class: `RRadioButtonTitle`, `r-radio-button-title`

### Slots

| Name | Description                     |
| ---- | ------------------------------- |
|      | Title text for the radio button |

<hr/>

## Exports

| Kind                        | Name                   | Declaration       | Module | Package |
| --------------------------- | ---------------------- | ----------------- | ------ | ------- |
| `js`                        | `RRadioButtonTitle`    | RRadioButtonTitle |        |         |
| `custom-element-definition` | `r-radio-button-title` | RRadioButtonTitle |        |         |
