You can do conditionals in tiddlywiki in a few ways, the most straight forward is the reveal widget.
Here is a quick example of what you are asking for: <$checkbox checked='show' unchecked='hide' field='show_image'>Show Image</$checkbox> <$reveal type='match' state='!!show_image' text='show'> Put your image here </$reveal> You could also use a list widget On Tuesday, October 2, 2018 at 9:37:38 AM UTC+2, Rene wrote: > > Is there an If-Clause in TW? > I want to show an image, if a checkbox is checked in the tiddler. > How can i do that? > > Thx, Rene > -- 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/770536ea-c6b3-4bf7-8496-24610ba6b9f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

