Hi! I have a list of checkboxes where I select the value of the field "nazvanie" and want to see the tiddlers with this field "nazvanie" and it's value.
how can I gather values from my checkboxes and form new list of tiddlers.
here is my list of checkboxes
<$list filter="[is[current]tagging[]tag[$:/Note]each[nazvanie]get[nazvanie]]" variable="nazvanie">
<$checkbox tiddler="$:/_allvendors" field= <<nazvanie>> checked=1 > ''<<nazvanie>>'' </$checkbox><br>
</$list>