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

# Popup 11

> Popup with a question title and a horizontal radio button group for numeric rating selection.

<Frame>
  ![Popup 11](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Popups/popup-rating-bis.png)
</Frame>

## Overview

Popup 11 is a survey-style popup component that presents users with a difficulty rating question ('How hard was it to set up your account?') and a segmented radio button group allowing selection of numeric values (0–8+). It uses custom states to track the selected radio item and visually highlights the active selection with a dark border, making it ideal for NPS or effort score surveys.

## 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 **Popup 11** 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                                                                                  |
| --------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| Button Disabled | Button is not clickable                                                               | Button opacity reduces to 50%                                                                  |
| Button Selected | radio\_item\_ custom state on the Radio Group equals the button's item\_ custom state | Button border changes to dark color rgba(27,23,24,1) on all sides, indicating 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 Radio (Popup 11) clicked            | Sets radio\_item\_ custom state on the Radio Group to the item\_ value (0) of the clicked button |
| Button - 1 Radio (Popup 11) clicked            | Sets radio\_item\_ custom state on the Radio Group to the item\_ value (1) of the clicked button |
| Button - 8 Radio (Popup 11) clicked            | Sets radio\_item\_ custom state on the Radio Group to the item\_ value (8) of the clicked button |
| Additional radio buttons clicked (values 2–7+) | Each sets radio\_item\_ custom state on the Radio Group to their respective item\_ numeric value |

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