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.
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:
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.
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:
Text arrays
Data Types
Option sets
Links:
Demo Page
Editor Page
Marketplace Page