Solvd:How to display a "Yes" instead of a "1" for a checkbox

abasel 24 Dec, 2012
Hi, I have a simple table with three fields: two text and one checkbox.

When Connectivity lists the contents (via Frontend editing), it lists a "1" if the checkbox was selected. Am I able to get it to display the word "Yes" instead?
GreyHead 24 Dec, 2012
Hi abasel,

You could change the value of the Checkbox to 'Yes' (and possibly set the Ghost value to 'No'). Or if you need the '1' value for something else then use Custom Code to check the value and add a 'Yes'/'No' parameter like $form->data['checkbox_value'].

Bob
abasel 24 Dec, 2012
Yip the default and Ghost option worked just fine :-)
This topic is locked and no more replies can be posted.