checkboxes should handle none checked
Ticket
+status
+priority
+tag
+commit
+issues
right now if you have a pointer card with checkbox input and at least one box checked, then you uncheck them all, it will not clear all the checkboxes. It should!
+solution
Issue was that "pointees" only set content if "pointees" are present, so I added a blank hidden content field so that they'd always be present.
+example