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

> Horizontal segmented radio button group with 6 options, bordered style, white background.

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

## Overview

Radio 10 is a segmented button group component that functions as a radio selector. It presents up to 6 labeled options (0–5) arranged horizontally, where clicking a button sets a custom state on the parent group to track the selected item. The active selection is visually highlighted with a dark border, and disabled buttons appear at reduced opacity. It is ideal for filter bars, tab-like navigation, or single-choice selection UI patterns.

## 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 10** 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                                                                                               |
| -------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Disabled | Button's isnt\_clickable condition is true                                                  | Button opacity is reduced to 50%, indicating it is non-interactive                                          |
| Selected | Parent group's custom state radio\_item\_ equals the button's own item\_ custom state value | Button border color on all sides changes to dark rgba(27,23,24,1), visually indicating the active selection |

<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                                                                                                |
| --------------------- | ----------------------------------------------------------------------------------------------------- |
| Button - 0 is clicked | Sets the parent group's custom state radio\_item\_ to the value of Button 0's item\_ custom state (0) |
| Button - 1 is clicked | Sets the parent group's custom state radio\_item\_ to the value of Button 1's item\_ custom state (1) |
| Button - 2 is clicked | Sets the parent group's custom state radio\_item\_ to the value of Button 2's item\_ custom state (2) |
| Button - 3 is clicked | Sets the parent group's custom state radio\_item\_ to the value of Button 3's item\_ custom state (3) |
| Button - 4 is clicked | Sets the parent group's custom state radio\_item\_ to the value of Button 4's item\_ custom state (4) |
| Button - 5 is clicked | Sets the parent group's custom state radio\_item\_ to the value of Button 5's item\_ custom state (5) |

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