When you submit the form, the value is presented with debug_dump(), so strings are quoted and array values listed.
<?php $field = new form_field_checkbox($form, 'Check'); $field->required_error_set('You need to tick the box.'); // Remove line if not required ?>