Thank you. Here's what I need to happen: R[[_]] L[[_]] <-- when you check the left one, it becomes checked, and if checked again it becomes unchecked, same for the right one, and if either one is checked, its opposite becomes unchecked, but having done that, you can uncheck either one (to have neither checked) and in doing so *** the opposite does //not// become checked again*** i.e. a checkbox only becomes checked by the user checking it, not when the user unchecks the other.
in the code in the first post, what I'm trying to do is when a checkbox is checked (putting the value of "1" in the current tiddler's field "test.right" (e.g.)), it also runs the macro "nulll" that assigns "0" to the field "test.left". My problem is that with the "currentTiddler" reference I can't seem to get that to work. -- 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/55ecf95f-2e2f-4a61-a65b-33cb96067c3b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

