Am Mittwoch, 4. Juni 2014 23:36:45 UTC+2 schrieb [email protected]:
>
> Yes I mentioned it in my parent post and pasted the code verbatim. 
>

Sorry… I think I should read better…
 

> It would still be nice to know if there's a way to just insert a checkbox 
> into a tiddly that does nothing except remember if it's been ticked or 
> not....
>
The checkbox's state has to be stored somewhere. In the current 
implementation this "somewhere" is a tag. The tag need not be in the same 
tiddler. You could as well do this:

1. Create a tiddler calloed "cb"
<$checkbox tiddler="cb" tag={{!!title}}/> <$view field="title"/>

2. create checkboxes in other tiddlers like this:
{{My Checkbox Label 1||cb}}
{{My Checkbox Label 2||cb}}
{{My Checkbox Label 3||cb}}

The checkbox's states will be stored in "cb" with the given labels.




-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to