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

# Dropdown 05

> Dropdown menu with icon-labeled buttons (Copy, Account, Bookmark, Settings, Delete) in a GroupFocus overlay.

<Frame>
  ![Dropdown 05](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Dropdowns/dropdown-checkbox-items.png)
</Frame>

## Overview

Dropdown 05 is a contextual dropdown menu component that displays a vertical list of action buttons—Copy, Account, Bookmark, Settings, and Delete—each with a corresponding icon. It uses a GroupFocus element to show/hide the menu and includes workflows to manage multi-select state via custom states, making it suitable for action menus or item management interfaces.

## 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 **Dropdown 05** 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                                                       |
| ---------------- | ------------------------------------------------------------- | ------------------------------------------------------------------- |
| Hovered          | Mouse hover over any action button                            | Button background changes to a light gray (rgba(245,244,244,1))     |
| Hovered (Delete) | Mouse hover over the Delete button                            | Button background changes to a light red tint (rgba(251,44,54,0.1)) |
| Disabled         | Button is not clickable (isnt\_clickable condition)           | Button opacity reduces to 50%                                       |
| Item Selected    | Checkbox button clicked when item is not in selected list     | Item is added to the custom state items\_selected\_ list            |
| Item Deselected  | Checkbox button clicked when item is already in selected list | Item is removed from the custom state items\_selected\_ list        |

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

## Workflows

This component includes pre-built workflows.

| Trigger                                                    | Action                                                                                                 |
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| Checkbox 01 button clicked (item not in selected list)     | Adds the current item (custom.item\_) to the custom state items\_selected\_ on the parent element      |
| Checkbox 01 button clicked (item already in selected list) | Removes the current item (custom.item\_) from the custom state items\_selected\_ on the parent element |
| Checkbox 02 button clicked (item not in selected list)     | Adds the current item (custom.item\_) to the custom state items\_selected\_ on the parent element      |

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