How can I create a toggle button which when clicked adds text to the current tiddler?
So the first click adds a text and second click removes it?
As per documentation, a checkbox sets only a field.
how can I dynamically show the values in the field as formatted text in the current tiddler?
Example
A set of check boxes
textfield: Item Name
x: Book
x: DVD
x: Tool
Item Condition
x: Excellent
x: Good
x: Poor
So clicking or entering the textfield updates the tiddler to display text in key-value pairs like:
"Book": "Javascript",
"Item_Conditon": "Excellent"