Single Selection Group Element
The Single Selection Group element creates a radio-button style group where users select one option from multiple choices.
Overview
Single Selection Group is ideal for:
- Multiple choice questions
- Preference selection
- Category selection
- Any "choose one" scenario
Adding a Single Selection Group
- Open the Website Builder
- Find Single Selection Group in the Elements panel
- Drag it onto your page
- Configure options in the General Tab
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | Label displayed above the options |
| Options | Array of choices with text and values |
| Allow Deselect | Let users clear their selection |
Options Configuration
Each option has:
- Option Text - Display text shown to users
- Value - Internal value stored when selected
Color Tab
| Property | Description | Default |
|---|---|---|
| Unselected Background | Option background | Blue (#2B98E0) |
| Unselected Text | Option text color | White (#ffffff) |
| Selected Background | Active option background | Green (#22AD41) |
| Selected Text | Active option text | White (#ffffff) |
Dimensions Tab
| Property | Description |
|---|---|
| Font Size | Option text size |
| Padding | Option inner spacing |
| Border Radius | Option corner rounding |
| Gap | Space between options |
Visual Display
Options display as button-style choices in a horizontal layout:
[Option A] [Option B] [Option C]When selected, the active option changes to the "selected" color scheme.
Database Integration
Selection values can be saved to the card database:
- Open the Connect Tab
- Enable database connection
- The selected option's value is stored
Use Cases
Survey Question
Question: "How satisfied are you?"
Options:
- Very Satisfied (value: 5)
- Satisfied (value: 4)
- Neutral (value: 3)
- Dissatisfied (value: 2)
- Very Dissatisfied (value: 1)Category Selection
Question: "Select a category"
Options:
- Electronics
- Clothing
- Home & Garden
- SportsYes/No Question
Question: "Would you recommend us?"
Options:
- Yes
- NoRating Scale
Question: "Rate your experience"
Options:
- Excellent
- Good
- Average
- PoorSingle vs Multiple Selection
| Feature | Single Selection | Multiple Selection |
|---|---|---|
| Choices | One option only | Multiple options |
| Visual | Radio-style | Checkbox-style |
| Use case | "Choose one" | "Select all that apply" |
Best Practices
Limit options - Keep to 5-7 options for best usability
Use clear labels - Make each option distinct
Order logically - Alphabetical, numerical, or by frequency
Provide all options - Include "Other" or "N/A" if needed
Match colors to meaning - Green for positive, red for negative
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Multiple Selection Group - https://help.acenji.com/#/./create-web-application/elements/multiple-selection-group/index Dropdown - https://help.acenji.com/#/./create-web-application/elements/dropdown/index