Since there's no $index field in the checkbox widget, I doubt it can be 
done.

But you can keep all your fields in one tiddler.

If your checkboxes were like this:

<$checkbox tiddler="CheckboxData" field="chk1" checked="open" 
unchecked="closed" default="closed">Field One</$checkbox><br/>
<$checkbox tiddler="CheckboxData" field="chk2" checked="open" 
unchecked="closed" default="closed">Field Two</$checkbox><br/>

then all the data would be stored in a single tiddler, CheckboxData.

Mark

On Sunday, May 29, 2016 at 2:49:13 PM UTC-7, Mark Armitage wrote:
>
> I would like to have a single tiddler which holds a data dictionary, say:
>
> TEST
>    AA:1
>    BB:0
>    CC:0
>
> Then in another tiddler, have a checkbox that gets it's value from the 
> data dictionary (TEST), so say:
>
> CB
>   [x] AA
>   [ ] BB
>
> I think that it should be something like {{TEST##AA}} and if the value is 
> 1 then check the box, otherwise uncheck it.
>
> Is this possible? 
>
> I think I can do it with tags or fields but it is just a bit messy, I 
> don't really want lots of fields or tags created. This way there would be 
> one tiddler which could hold all the data and be referred to from any other 
> one that I wanted to display the data on.
>
> Hopefully I have explained it okay.
>
> Thanks,
>
> Mark.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8fa2ee20-7dfc-4c36-9b51-8cb01294874e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to