I have a frontend form.
When the form submits my text, wysiwyg, and taxonomy_multicheck fields are all in the $_POST.
When I look at the dump of $cmb->get_sanitized_values( $_POST ) all my taxonomy_multicheck values are gone, so I can't process them and save the submission. My text and wysiwyg fields survive the get_sanitized_values()