<$checkbox tag="high-priority"> High Priority</$checkbox>
<$checkbox tag="low-priority"> Low Priority</$checkbox>\define uncheck-high-priority() <$action-sendmessage $message="tm-remove-tag" $param="high-priority"/>
\define uncheck-low-priority() <$action-sendmessage $message="tm-remove-tag" $param="low-priority"/>
<$checkbox tag="high-priority" checkactions=<<uncheck-low-priority>>> High Priority</$checkbox>
<$checkbox tag="low-priority" checkactions=<<uncheck-high-priority>>> Low Priority</$checkbox>\define uncheck-high-priority()
<$fieldmangler>
<$action-sendmessage $message="tm-remove-tag" $param="high-priority"/>
</$fieldmangler>
\end
\define uncheck-low-priority()
<$fieldmangler>
<$action-sendmessage $message="tm-remove-tag" $param="low-priority"/>
</$fieldmangler>
\end
<$checkbox tag="high-priority" checkactions=<<uncheck-low-priority>>> High Priority</$checkbox>
<$checkbox tag="low-priority" checkactions=<<uncheck-high-priority>>> Low Priority</$checkbox>I wonder if you can use CSS to make it look like checkboxes?