> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Radio 13

> Vertical radio card group with icon, label, badge, pricing, and radio button indicator.

<Frame>
  ![Radio 13](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Radios/radio-plan-with-description.png)
</Frame>

## Overview

Radio 13 is a styled radio button card component that allows users to select between multiple plan options. Each option displays an icon, a title, a badge, pricing details, and a circular radio indicator. The selected state is managed via a custom state on the parent group, visually updating borders, backgrounds, and the radio icon fill when an option is active.

## How to use

<Steps>
  <Step titleSize="h4" title="Open the Brikl panel">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step titleSize="h4" title="Copy the component">
    Find **Radio 13** and click **Copy**.
  </Step>

  <Step titleSize="h4" title="Paste into your editor">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows),
    or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State             | Trigger                                                                        | Visual effect                                                                                                                                                                |
| ----------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Selected Option   | Custom state 'radio\_item\_' on parent group matches the clicked option's item | Border color of the option card changes to dark, box shadow spread increases, header background changes to stone, and radio icon switches to filled dot with dark background |
| Unselected Option | Default state when option is not selected                                      | Option card shows default border, radio icon shows as empty circle outline with light border                                                                                 |

<Note>
  These states are handled natively by Bubble and require no additional setup.
  They will work automatically once the component is pasted into your editor.
</Note>

## Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble's built-in mobile breakpoint.

## Workflows

This component includes pre-built workflows.

| Trigger                             | Action                                                                                |
| ----------------------------------- | ------------------------------------------------------------------------------------- |
| GP - Option 1 (Radio 13) is clicked | Sets custom state 'radio\_item\_' on the parent group to the current item of Option 1 |
| GP - Option 2 (Radio 13) is clicked | Sets custom state 'radio\_item\_' on the parent group to the current item of Option 2 |

<Note>
  These workflows are included when you use the **Copy with Workflows** option in the Brikl panel.
</Note>

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ✅         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
