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.

Radio 01

Overview

Radio 01 is a custom radio button group component containing three selectable options (Option 1, Option 2, Option 3). It uses a custom state on the parent group to track which option is currently selected. Each option displays a circular icon and a text label arranged in a row. When an option is clicked, its item number is stored as the selected value, and the icon visually updates to show a filled dot, mimicking native radio button behavior.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find Radio 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
Selected - Option 1User clicks the Option 1 groupThe icon for Option 1 changes from an outlined circle to a filled dot icon with a dark background
Selected - Option 2User clicks the Option 2 groupThe icon for Option 2 changes from an outlined circle to a filled dot icon with a dark background
Selected - Option 3User clicks the Option 3 groupThe icon for Option 3 changes from an outlined circle to a filled dot icon with a dark background
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
GP - Option 1 (Radio 01) is clickedSets the parent group’s custom state ‘item_’ to the value of Option 1’s custom state (1), marking it as selected
GP - Option 2 (Radio 01) is clickedSets the parent group’s custom state ‘item_’ to the value of Option 2’s custom state (2), marking it as selected
GP - Option 3 (Radio 01) is clickedSets the parent group’s custom state ‘item_’ to the value of Option 3’s custom state (3), marking it as selected
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.