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

> Vertical radio button list with star rating filters and review counts, clean minimal style.

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

## Overview

Radio 12 is a star-rating filter radio group component designed for review filtering interfaces. It presents six selectable options: 'All Reviews' plus individual star ratings (1–5 stars), each with a radio button indicator, star icons, and review count labels. Only one option can be selected at a time, tracked via a custom state on the parent group.

## 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 12** 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   | User clicks any radio option group (All Reviews, 1–5 Stars) | The radio button icon changes to a filled dot (phosphor fill dot) with a dark background, indicating the active selection |
| Unselected | Default state or another option is clicked                  | Radio button displays as an outlined circle with a light border and no fill                                               |

<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 - All Reviews (Radio 12) group is clicked | Sets the parent group's custom state 'radio\_item\_' to the item\_ value of the All Reviews group |
| GP - 5 Stars (Radio 12) group is clicked     | Sets the parent group's custom state 'radio\_item\_' to the item\_ value of the 5 Stars group     |
| GP - 4 Stars (Radio 12) group is clicked     | Sets the parent group's custom state 'radio\_item\_' to the item\_ value of the 4 Stars group     |
| GP - 3 Stars (Radio 12) group is clicked     | Sets the parent group's custom state 'radio\_item\_' to the item\_ value of the 3 Stars group     |
| GP - 2 Stars (Radio 12) group is clicked     | Sets the parent group's custom state 'radio\_item\_' to the item\_ value of the 2 Stars group     |
| GP - 1 Star (Radio 12) group is clicked      | Sets the parent group's custom state 'radio\_item\_' to the item\_ value of the 1 Star group      |

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