Hi Tiddlywikians,
I tried this workarround, but somehow it acts like if I put $filter instead of $subfilter to the listops, and removes all other values…
\define uncheckday()
<$action-listops $field="timeline.days" $tiddler="$:/plugins/courseorganizer/schedule" $subfilter="-[{!!title}]"/>
\end
\define checkday()
<$action-listops $field="timeline.days" $tiddler="$:/plugins/courseorganizer/schedule" $subfilter="+[{!!title}]"/>
\end
<$list filter="Montag Dienstag Mittwoch Donnerstag Freitag" >
<$checkbox tag={{!!title}} tiddler="$:/plugins/courseorganizer/schedule" uncheckactions=<<uncheckday>> checkactions=<<checkday>> > {{!!title}}</$checkbox> <br>
</$list>
Best wishes Jan