Radio Buttons
Use Radio Buttons for a short visible list where users choose one value.
Radio Buttons store one selected value. They work best when the list is short and users should see all options without opening a dropdown.
Use It For
| Good fit | Example |
|---|---|
| Short choices | Visa Required, Scholarship Interest |
| Simple categories | Study Mode |
| Clear yes or no style choices with labels | Accommodation Needed |
Configure
Radio Buttons use the same option sources as other choice fields. Use manual options for short lists. Use datasets when the list needs central management.
Use Dropdown instead when the list has many options.
Validation
Radio Buttons do not have additional validation rules. The option list controls the allowed values.
Edmissa Examples
| Field | Field area |
|---|---|
| Scholarship Interest | Student field |
| Accommodation Needed | Application field |
| Study Mode | Application field |