Kuika's Radio Button Group element allows users to select only one option from a group using buttons. Its button-based structure provides intuitive interaction, enabling users to make quick and accurate selections. It is ideal for situations where only one selection is valid, such as preferences, plans, or filtering.
Supported only in web applications.
Use Cases
Subscription plan selection (e.g., Basic, Pro, Premium)
Payment method selection (e.g., Credit Card, Bank Transfer, PayPal)
Gender, age group, or survey response selection
Delivery type selection (e.g., Same Day, Standard, Free Shipping)
Report filters or view preferences
Seating area or table type selection in reservation systems
Use Case – Payment Method Selection
In a shopping app, the user must select only one payment method at the payment step. At this step, the Radio Button Group element is used to present different payment options to the user.
In the scenario:
The user arrives at the payment screen.
There are three options under the “Select Payment Method” heading:
Credit Card
Bank Transfer
PayPal
The user can only select one option.
The selected button is highlighted with a different background and text color.
Once selected, the system displays the payment form according to the selected method only.
Connecting the Data Source
Go to the Datasources module.
Click the “+” icon next to the Tables heading.
Name the table PaymentOptions.
Create the following table.
Create a new action from the SQL Actions tab and name it PaymentList.