'multiselect' => array(
'type' => 'multiselect',
'label' => esc_html__( 'Multiselect', 'my-domain' ),
'options' => array(
array(
'label' => 'My super title 1',
//You can add any data you need to save as key => value
),
array(
'label' => 'My super title 2',
),
)
),