Aaron, You can do it this way if there is only one tag at a time on the tiddler you are tagging - Switches the tags between Jane and Joe Bloggs
<$radio tiddler="test" field="tags" value="JoeBloggs"> Joe Bloggs </$radio> <$radio tiddler="test" field="tags" value="JaneBloggs"> Jane Bloggs </$radio> The other standard method is to use $reveal and buttons and images to simulate radio buttons. Since Radio buttons assume that there is only one value being set at a time . . . the code above may be for what you are looking -- 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/271d2155-8ff7-4954-8571-52b13a048332%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

