Skip to main content

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 01

Overview

Checkbox 01 is a simple, interactive checkbox component built in Bubble.io. It consists of an icon acting as the checkbox visual and a text label. It uses a custom boolean state to track whether the checkbox is selected or not, toggling between a checked and unchecked appearance when clicked. It is fully free to use, requires no plugins or custom code, and works on both web and mobile platforms.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find Checkbox 01 and click Copy.
3

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.

States

This component includes conditional states that automatically change its appearance.
StateTriggerVisual effect
UncheckedDefault state or when ‘selected_’ custom state is falseDisplays an empty square icon (material outlined crop_square) indicating the checkbox is not selected
CheckedUser clicks the group when ‘selected_’ custom state is falseDisplays a check icon (material outlined check) with a dark background, indicating the checkbox is selected
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.
TriggerAction
Group - Simple Checkbox is clicked (when selected_ is false)Sets the ‘selected_’ custom state to true, marking the checkbox as checked
Group - Simple Checkbox is clicked (when selected_ is true)Sets the ‘selected_’ custom state to false, marking the checkbox as unchecked
These workflows are included when you use the Copy with Workflows option in the Brikl panel.

Requirements

LicenseFree
PluginsNone
Custom codeNot required

Platforms

PlatformSupported
Web
Mobile

License

This component is available on the free plan.