Checkbox with Tags

CHECKBOX WITH TAGS

Checkbox with default wordpress post tags learn more query_args

Demo

array(
  'id'             => 'unique_option_309',
  'type'           => 'checkbox',
  'title'          => 'Checkbox for Post Tags',
  'options'        => 'tags',
  'query_args'     => array(
    'orderby'      => 'name',
    'order'        => 'ASC',
  ),
),

Last updated