Skip to main content
Topic: Display label instead of value  (Read 219 times) previous topic - next topic

Display label instead of value

I have simple Yes/No radiolist control on Add/Edit page, source is not table but hand input list:
Value: 1, Label: Yes
Value: 0, Label No

On view page, on load, value is displayed. If inline edit is enabled after change label is displayed. Is there way to display Label on load based on Value without making DB table with these 2 entries? Is it possible without making page custom? Maybe through HelpBlock?

Many thanks in advance!