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.

Overview
Checkbox 05 is a multi-select inline checkbox component featuring three horizontally arranged options (Option 1, Option 2, Option 3). Each option consists of a square icon acting as a checkbox and a text label. Selections are tracked via a custom state list on the parent group, allowing multiple items to be selected or deselected simultaneously. It is designed for forms or filter UIs where users need to pick multiple values in a compact row layout.How to use
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Checked | User clicks an option group; the option’s item_ number is contained in the parent’s selected_item_ list | Icon changes from outlined crop_square to filled check with a dark background (rgba(11,8,9,1)) |
| Unchecked | Option’s item_ number is not present in the parent’s selected_item_ list | Icon displays outlined crop_square with white background and light border |
| Mobile font size | Current page width is less than the built-in mobile breakpoint | Label text font size reduces to 14px |
These states are handled natively by Bubble and require no additional setup.
They will work automatically once the component is pasted into your editor.
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 - Option 2 clicked (condition: item 2 NOT in selected_item_ list) | Adds item 2 to the parent group’s selected_item_ custom state list |
| Group - Option 2 clicked (condition: item 2 IS in selected_item_ list) | Removes item 2 from the parent group’s selected_item_ custom state list |
| Group - Option 1 clicked (condition: item 1 NOT in selected_item_ list) | Adds item 1 to the parent group’s selected_item_ custom state list |
| Group - Option 1 clicked (condition: item 1 IS in selected_item_ list) | Removes item 1 from the parent group’s selected_item_ custom state list |
| Group - Option 3 clicked (condition: item 3 NOT in selected_item_ list) | Adds item 3 to the parent group’s selected_item_ custom state list |
| Group - Option 3 clicked (condition: item 3 IS in selected_item_ list) | Removes item 3 from the parent group’s selected_item_ custom state list |
These workflows are included when you use the Copy with Workflows option in the Brikl panel.
Requirements
| License | Starter plan required |
| Plugins | None |
| Custom code | Not required |
Platforms
| Platform | Supported |
|---|---|
| Web | ✅ |
| Mobile | ✅ |
License
This component requires a Starter plan.
