How do you read the state of a checkbox? I've configured a formspec with fields, labels, dropdowns, and a checkbox. All of them display as expected when I right-click on the node. Within on_receive_fields, I can access the fields and dropdowns via fields.[field or dropdown name], but I can't access ...