I have a dictionary dc_checkboxes with key value pairs like these: {0:1, 1:1, 2:0}. These are {index : binary answer} pairs I get from a checkbox.
dc_checkboxes
{0:1, 1:1, 2:0}