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

# r-radio-button-leading

Leading visual slot (e.g. icon) for `r-radio-button`. Place inside the `leading` slot of an `r-radio-button`.

Example
```
<r-radio-button name="payment" value="card">
  <r-radio-button-leading>
    <r-icon name="credit-card" size="m"></r-icon>
  </r-radio-button-leading>
  Credit card
</r-radio-button>
```

## class: `RRadioButtonLeading`, `r-radio-button-leading`

### Slots

| Name | Description                                                |
| ---- | ---------------------------------------------------------- |
|      | Leading content (e.g. icon) placed before the radio button |

<hr/>

## Exports

| Kind                        | Name                     | Declaration         | Module | Package |
| --------------------------- | ------------------------ | ------------------- | ------ | ------- |
| `js`                        | `RRadioButtonLeading`    | RRadioButtonLeading |        |         |
| `custom-element-definition` | `r-radio-button-leading` | RRadioButtonLeading |        |         |
