Correct example

This commit is contained in:
Jeremy Ruston 2013-10-05 16:01:07 +01:00
parent b9deecb0d8
commit f2b598ef13
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Implements the checkbox widget.
<$checkbox tiddler="HelloThere" tag="red"/>
<$checkbox tag="done">
<$view title/>
<$view field="title" format="link"/>
</$checkbox>
```