Kuika's Radio Group element allows users to select only one option from a group. With its intuitive and simple design, this element speeds up the decision-making process for users and ensures the correct selection is made. It is commonly used in forms, surveys, and settings screens.
Supported only in web applications.
Areas of Use
Job type selection in recruitment forms (Full-Time, Part-Time, Contract)
Payment preference (Credit Card, Bank Transfer, PayPal)
User preferences (Dark Mode / Light Mode)
Survey and test questions (single-answer options)
Setting default behavior in application settings
Use Case – Employment Type Selection
In an HR (Human Resources) application, the employee information form asks the user to select their employment type. The Radio Group element is used in this field to offer three different options:
Full-Time
Contract
Part-Time
In the scenario:
The user sees the question “What is your employment type?” on the form.
When they select the “Full-Time” option, the other options are automatically disabled.
The selected button is highlighted in purple (example #6C63FF).
When the form is submitted, the selected value is stored in the system as a single record.
Connecting the Data Source
Go to the Datasources module.
Click the “+” icon next to the Tables heading and name the table EmploymentTypes.
Add the following table.
Then, create a new action from the Actions > SQL Actions tab and name it EmploymentList.