With the introduction of flexible fieldnames in 5.2.0 we can use the following with actual tiddler titles used as the fieldname.
<$checkbox field="fieldname" checked="true" unchecked="" default=""></$checkbox>
In the above the checkbox will toggle between true and empty.
Question:
I would like the check box to respond as true if it contains true or any other values, just not empty.
Can anyone see how to do this with minimal changes?