CHECKBOX WITH CUSTOM POST TYPE CATEGORIES
array(
'id' => 'unique_option_311',
'type' => 'checkbox',
'title' => 'Checkbox for CPT Posts',
'options' => 'categories',
'query_args' => array(
'type' => 'movies',
'taxonomy' => 'movies_taxonomy',
'orderby' => 'post_date',
'order' => 'DESC',
),
),