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

# Accordion 12

> Vertical accordion with bordered rows, plus icon toggles, question titles, and expandable answer text.

<Frame>
  ![Accordion 12](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Accordions/accordion-table-with-plus-minus.png)
</Frame>

## Overview

Accordion 12 is an interactive FAQ-style accordion component featuring multiple collapsible items. Each item displays a question title with a plus icon that, when clicked, expands to reveal an answer. It uses custom states to track which accordion item is open, toggling visibility of content panels accordingly. Ideal for FAQ sections, product details, or any structured Q\&A layout in a Bubble app.

## 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 **Accordion 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                                                                                 |
| ------------ | --------------------------------------- | --------------------------------------------------------------------------------------------- |
| Item 01 Open | User clicks the Toggle 01 accordion row | Content group for item 01 becomes visible; plus icon may change; state resets if already open |
| Item 02 Open | User clicks the Toggle 02 accordion row | Content group for item 02 becomes visible; state resets if already open                       |
| Item 03 Open | User clicks the Toggle 03 accordion row | Content group for item 03 becomes visible; state resets if already open                       |
| Item 04 Open | User clicks the Toggle 04 accordion row | Content group for item 04 becomes visible; state resets if already open                       |

<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                                                                                                                                      |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Toggle 01 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_01\_ equals current value, resets to 0; otherwise sets to item\_01\_ value |
| Toggle 02 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_02\_ equals current value, resets to 0; otherwise sets to item\_02\_ value |
| Toggle 03 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_03\_ equals current value, resets to 0; otherwise sets to item\_03\_ value |
| Toggle 04 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_04\_ equals current value, resets to 0; otherwise sets to item\_04\_ 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>
