How to change 'True'/'False' value for boolean attributes?

Hi,

How would I change the text of a boolean attribute in an edit form?

Thank you

On 9/16/06, Mike [email protected] wrote:

How would I change the text of a boolean attribute in an edit form?

A boolean would be a checkbox. Can you give an example of code that
isn’t working, and describe what you’re trying to do?

– James

JDL wrote:

On 9/16/06, Mike [email protected] wrote:

How would I change the text of a boolean attribute in an edit form?

A boolean would be a checkbox. Can you give an example of code that
isn’t working, and describe what you’re trying to do?

– James

No, default input helper (input(:model, :boolean_column)) generates a
combo with True/False value. I know that this question was already
asked, but I cannot find it back.

Thank you,