array(
'name' => __( 'Mais Destinos EM ou NO ?', '_cmb_' ),
'id' => "{$prefix}mais_destinos_em_no",
'type' => 'radio',
'std' => 'em',
// Array of 'value' => 'Label' pairs for radio options.
// Note: the 'value' is stored in meta field, not the 'Label'
'options' => array(
'em' => __( 'Em', '_cmb_' ),
'no' => __( 'No', '_cmb_' ),
'na' => __( 'Na', '_cmb_' ),
'da' => __( 'Da', '_cmb_' ),
'de' => __( 'De', '_cmb_' ),
),
),