> ## 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 01

> Vertical column of three radio button options with icons and labels in a clean layout.

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

## Overview

Radio 01 is a custom radio button group component containing three selectable options (Option 1, Option 2, Option 3). It uses a custom state on the parent group to track which option is currently selected. Each option displays a circular icon and a text label arranged in a row. When an option is clicked, its item number is stored as the selected value, and the icon visually updates to show a filled dot, mimicking native radio button behavior.

## 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 01** 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 1 | User clicks the Option 1 group | The icon for Option 1 changes from an outlined circle to a filled dot icon with a dark background |
| Selected - Option 2 | User clicks the Option 2 group | The icon for Option 2 changes from an outlined circle to a filled dot icon with a dark background |
| Selected - Option 3 | User clicks the Option 3 group | The icon for Option 3 changes from an outlined circle to a filled dot icon with a dark background |

<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 01) is clicked | Sets the parent group's custom state 'item\_' to the value of Option 1's custom state (1), marking it as selected |
| GP - Option 2 (Radio 01) is clicked | Sets the parent group's custom state 'item\_' to the value of Option 2's custom state (2), marking it as selected |
| GP - Option 3 (Radio 01) is clicked | Sets the parent group's custom state 'item\_' to the value of Option 3's custom state (3), marking it as selected |

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

## Requirements

|             |              |
| ----------- | ------------ |
| License     | Free         |
| Plugins     | None         |
| Custom code | Not required |

## Platforms

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

## License

<Note>
  This component is available on the free plan.
</Note>
