Code | Display | Definition |
drop-down | Drop down | A control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field. |
radio-button | Radio Button | A control where choices are listed with a button beside them. The button can be toggled to select or de-select a given choice. Selecting one item deselects all others. |
check-box | Check-box | A control where choices are listed with a box beside them. The box can be toggled to select or de-select a given choice. Multiple selections may be possible. |