Custom Meta Boxes and Fields Multicheck Issue

Use the in_array() function, like so:

if ( in_array( 'check2', $test_multicheckbox ) ) {
    echo 'Check Two is checked';
}

tech