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.

Popup 06

Overview

Popup 06 is a confirmation modal dialog that displays a success-style notification with a green check icon, a title, a descriptive message, a ‘Don’t show again’ checkbox toggle, and two action buttons (Cancel and Confirm). It is designed to inform users of a completed action and allow them to confirm or dismiss, with an optional preference to suppress future appearances.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find Popup 06 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
Cancel Button HoveredUser hovers over the Cancel buttonCancel button background changes to rgba(245, 244, 244, 1)
Cancel Button DisabledCancel button is not clickableCancel button opacity reduces to 50%
Confirm Button HoveredUser hovers over the Confirm buttonConfirm button opacity reduces to 90%
Confirm Button DisabledConfirm button is not clickableConfirm button opacity reduces to 50%
Checkbox Checkedcustom.show_again_ state is false on the popup elementCheckbox icon changes to a filled checkmark with dark background (rgba(11,8,9,1))
Mobile Responsive TextCurrent page width is less than mobile breakpointText elements reduce font size 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.
TriggerAction
Cancel button (BT - Cancel) is clickedHides the popup element (Popup 06)
Checkbox (Checkbox - Don’t Show Again) is clicked when custom.show_again_ is trueSets custom state custom.show_again_ to false on the popup element
Checkbox (Checkbox - Don’t Show Again) is clicked when custom.show_again_ is falseSets custom state custom.show_again_ to true on the popup element
A separate trigger button (element bTULN) is clickedShows the popup element (Popup 06)
These workflows are included when you use the Copy with Workflows option in the Brikl panel.

Requirements

LicenseStarter plan required
PluginsNone
Custom codeNot required

Platforms

PlatformSupported
Web
Mobile

License

This component requires a Starter plan.