Answered
Display a checkbox in cfgridcolumn?
I'm using CF8. I have an HTML-format cfgrid with several
columns, populated via a CFC in the bind attribute.
One of the columns I have set to type="boolean" in order to display a checkbox. However, no mater what data I send to it, it displays the data instead of a checkbox, e.g.:
Code:
One of the columns I have set to type="boolean" in order to display a checkbox. However, no mater what data I send to it, it displays the data instead of a checkbox, e.g.:
-
- 1 and 0
- true and false
- yes and no (displays true and false)
Code:
