For example: Checkbox fields allow for more than 1 selection. Radio
button fields only allow for 1 selection. Would this be useful if you
could not go from a Checkbox to a Radio button, but you could go from a
Radio button to a Checkbox? Drop down's allow for either or, so the same
would apply, depending on if you allowed multi-select in that drop down.
The issue here is, if you have multiple selections on a check box field,
and then convert it to a single select radio button field. Which 1 of
t...