[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