[NEW PLUGIN] RadioGroup πŸ”˜

Hello everyone, I just made a plugin for a UI element that I consider important in forms. This functionality was only possible with states, but it was too repetitive when it came to making several in one form, so I made this plugin.

:control_knobs: RadioGroup plugin is a powerful UI component that presents a set of radio buttons, allowing users to make a single selection from the available options. It offers two distinct modes for handling radio groups:

:small_blue_diamond: :bookmark_tabs: Predefined Labels Mode - Radio Button Group Element
This mode automatically generates radio buttons based on a predefined list of labels. Ideal for quick setups where the available options are fixed and require minimal customization.

:small_blue_diamond: :gear: Custom Mode - Radio Item & Radio Father Elements
For advanced use cases, this mode provides complete flexibility, enabling independent management of radio groups. Options can be populated dynamically using:
:white_check_mark: Text arrays
:white_check_mark: Data Types
:white_check_mark: Option sets

:link: Links:
Demo Page
Editor Page
Marketplace Page

:counterclockwise_arrows_button: Plugin Update: RadioGroup

:new_button: New Features

image

  1. :artist_palette: Color Circle (Custom Radio Button Color)
  • A new Color Circle field has been added.
  • This allows users to set the color of the radio button’s inner circle when selected.
  • Accepts any valid HEX, RGB, or Bubble dynamic color expression.Example usage:
  • Set #FF0000 to make the selected circle red.
  • Supports dynamic color binding from Bubble’s data or styles.
  1. :performing_arts: Skin Option (flat or square)
  • A new dropdown field Skin has been added with two options:

    • flat – Minimal and modern look. image
    • square – Sharp, rectangular edges instead of rounded ones. image
  • This controls the visual style of each radio button.