CHECKBOX WITH Custom Post Type POSTS
array(
'id' => 'unique_option_310',
'type' => 'checkbox',
'title' => 'Checkbox for CPT Posts',
'options' => 'posts',
'query_args' => array(
'post_type' => 'movies',
'orderby' => 'post_date',
'order' => 'DESC',
),
),