1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Correct example

This commit is contained in:
Jeremy Ruston 2013-10-05 16:01:07 +01:00
parent b9deecb0d8
commit f2b598ef13

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>
```