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
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
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Selected - Option 1 | User clicks the Option 1 group | The icon for Option 1 changes from an outlined circle to a filled dot icon with a dark background |
| Selected - Option 2 | User clicks the Option 2 group | The icon for Option 2 changes from an outlined circle to a filled dot icon with a dark background |
| Selected - Option 3 | User clicks the Option 3 group | The 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.| Trigger | Action |
|---|---|
| GP - Option 1 (Radio 01) is clicked | Sets 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 clicked | Sets 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 clicked | Sets 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
| License | Free |
| Plugins | None |
| Custom code | Not required |
Platforms
| Platform | Supported |
|---|---|
| Web | ✅ |
| Mobile | ✅ |
License
This component is available on the free plan.
