Checkbox with Post
CHECKBOX WITH POSTS
Checkbox with default wordpress posts learn more query_args
Demo

array(
'id' => 'unique_option_307',
'type' => 'checkbox',
'title' => 'Checkbox for Posts',
'options' => 'posts',
'query_args' => array(
'orderby' => 'post_date',
'order' => 'DESC',
),
),
Last updated