Instructions
Install the Plugin
Go to your Bubble editor → Plugin tab → search for and install the plugin.
The 10 checkbox elements will appear in your Elements panel under your plugin name.
Add a Checkbox Element
In the Design tab, locate the checkbox style you want to use.
Drag and drop it onto your page.
Resize/reposition as needed.
Configure Initial Settings
Select the checkbox element.
In the property editor, set the Default Value (yes/no) depending on whether you want it initially checked or not.
(Optional) You can bind the checkbox to a database field, so changes automatically update your database.
Use in Workflows
In the Workflow tab, create an event (e.g., “When Checkbox A’s value is changed...”).
Add an action to respond to this event (e.g., display a popup, update a Thing in the database, toggle other elements, etc.).
If you need to programmatically toggle the checkbox, use the plugin’s Toggle action (if provided) or set the element’s value to yes/no within a workflow action.
Reset Checkbox
Use Bubble’s built-in “Reset relevant inputs” workflow action to reset all inputs on the page or group (including the checkbox),
or
Use the checkbox-specific reset action if the plugin provides one. This will restore the checkbox to its default checked/unchecked state.
Styling and Appearance
Each checkbox has its own style. You can also adjust basic properties like size or alignment in the Bubble editor.
For deeper style adjustments, check the plugin’s documentation or instructions within the editor if available.