Sort order in checkbox listings

So I use multiple checkbox lists but the sort order sometimes would be better as descending but I only see one type of sort [field]

How do we show a descending sort or is that not possible?

<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag=“done”>
<$link to={{!!title}}>
<$view field=“title”/>
</$link>

</$checkbox>
</$list>

Put an exclamation (!) mark in front of sort.

1 Like