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

# Checkbox 11

> Card-style checkbox group with logo, title, sublabel, description, and icon indicator per option.

<Frame>
  ![Checkbox 11](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Checkboxes/checkbox-with-sublabel-and-description-filled-image.png)
</Frame>

## Overview

Checkbox 11 is a multi-select checkbox component built as a group of styled card options. Each option includes a logo image, a title, a sublabel, a description text, and a visual checkbox icon. Selections are tracked via a custom state (selected\_item\_) on the parent group, allowing multiple items to be toggled on or off. The component is suitable for product selection, plan picking, or any multi-choice UI requiring rich card-style options.

## 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 **Checkbox 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                                                                                                                 |
| ---------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Selected         | User clicks a checkbox option group                            | Border color changes to solid dark (rgba(27,23,24,1)) and the checkbox icon fills with a dark background and a checkmark icon |
| Unselected       | User clicks an already selected checkbox option group          | Border reverts to default light style and checkbox icon returns to empty square appearance                                    |
| Mobile font size | Current page width is less than the built-in mobile breakpoint | Font size of label and sublabel text increases to 14px                                                                        |

<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                                                                                            |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| Group - Checkbox Option 01 is clicked (condition: item not in selected list)     | Adds the option's custom item\_ value to the selected\_item\_ list state on the parent group      |
| Group - Checkbox Option 01 is clicked (condition: item already in selected list) | Removes the option's custom item\_ value from the selected\_item\_ list state on the parent group |
| Group - Checkbox Option 02 is clicked (condition: item not in selected list)     | Adds the option's custom item\_ value to the selected\_item\_ list state on the parent group      |
| Group - Checkbox Option 02 is clicked (condition: item already in selected list) | Removes the option's custom item\_ value from the selected\_item\_ list state on the parent 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>
