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

# Pricing 05

> Two-column pricing cards with toggle billing switch, feature lists, and CTA buttons.

<Frame>
  ![Pricing 05](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Blocks/Pricings/pricing-with-billing-cycle-toggle.png)
</Frame>

## Overview

Pricing 05 is a marketing pricing section component featuring multiple pricing cards (including a Pro Plan) with a billing toggle that switches between monthly and yearly pricing. It displays plan names, prices, descriptions, feature lists with check icons, and call-to-action buttons. The toggle uses a custom state to dynamically update displayed prices and billing period labels.

## How to use

<Steps>
  <Step title="Open the Brikl panel" titleSize="h4">
    Navigate to the **Marketings** category in the Brikl panel.
  </Step>

  <Step title="Copy the component" titleSize="h4">
    Find **Pricing 05** and click **Copy**.
  </Step>

  <Step title="Paste into your editor" titleSize="h4">
    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                                                                  |
| --------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| Monthly Billing | Toggle billing button clicked when yearly is active (custom.radio\_item\_ is true)   | Price reverts to monthly value (e.g. \$39) and billing label shows 'per month' |
| Yearly Billing  | Toggle billing button clicked when monthly is active (custom.radio\_item\_ is false) | Price updates to yearly value (e.g. \$390) and billing label shows 'per year'  |
| Button Hovered  | CTA button is hovered                                                                | Button opacity reduces to 90%                                                  |
| Button Disabled | CTA button is not clickable                                                          | Button opacity reduces to 50%                                                  |

<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 - Toggle Billing button clicked (when custom.radio\_item\_ is false) | Sets custom state 'custom.radio\_item\_' on element bTZRv to true, switching to yearly billing view        |
| GP - Toggle Billing button clicked (when custom.radio\_item\_ is true)  | Sets custom state 'custom.radio\_item\_' on element bTZRv to false, switching back to monthly billing view |

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