Changing the Checkbox values from True, False to Checked, Unchecked

Hi,

In my custom module I have a checkbox and I am using it as the list view search filter too. But when creating the filter in list view I can see Fieldname->Is->True(or)False. But Instead of having text as True and False I need to show Checked and Unchecked in the dropdown. How can I achieve this? Thanks.

Parents Reply
  • Try creating the file custom/Extension/application/Ext/Language/{lang}.sugar_filter_checkbox_dom.php, redefine the dropdown in there and run QRR.

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children