Docs: Update CheckBox example (#3996)

This commit is contained in:
twMat
2019-06-18 10:49:52 +01:00
committed by Jeremy Ruston
parent a4dcc20797
commit 6fd70f9c11
@@ -63,7 +63,7 @@ It is often necessary to use triple quotes with the `actions` attribute. Alterna
<$macrocall $name='wikitext-example-without-html' src='<$fieldmangler>
<$set filter="[[Features]] [[Encryption]] +[tags[]]" name="tag">
<$checkbox actions="""<$action-setfield $field="tags" $value=<<tag>> /><$action-sendmessage $message="tm-add-tag" $param=<<tag>> />""" field="checked" checked="YES" unchecked="NO" >
<$checkbox actions="""<$action-setfield $field="tags" $value=<<tag>> ><$action-sendmessage $message="tm-add-tag" $param=<<tag>> />""" field="checked" checked="YES" unchecked="NO" >
Add tags from tiddlers [[Features]] and [[Encryption]]
</$checkbox>
</$set>