checkboxes should handle none checked

Ticket

+commit
 

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!

 

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.