Title: meta box script for wordpress 3.2.2
Last modified: August 20, 2016

---

# meta box script for wordpress 3.2.2

 *  Resolved [2olive](https://wordpress.org/support/users/2olive/)
 * (@2olive)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/meta-box-script-for-wordpress-322/)
 * Hello everybody. In my project I need metaboxes with checkbox list. This script
   is really what I need.
    In the example provided by the author, the third metabox
   has this checkbox list:
 * ‘options’ => array(
    ‘reading’ => ‘Books, Magazines’, ‘sport’ => ‘Gym, Boxing’)
 * To retrieve data the author suggests to use this call:
 * $checkbox_list = get_post_meta(get_the_ID(), ‘checkbox_list_id’, false)
 * but the only thing I can get is ‘reading’ or ‘sport’ as values (not keys) and
   in reversed order.
 * How can I do to retrieve the values ‘Books, Magazine’?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  Thread Starter [2olive](https://wordpress.org/support/users/2olive/)
 * (@2olive)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/meta-box-script-for-wordpress-322/#post-2332155)
 * I studied and I got it. Thank you

Viewing 1 replies (of 1 total)

The topic ‘meta box script for wordpress 3.2.2’ is closed to new replies.

## Tags

 * [checkbox list](https://wordpress.org/support/topic-tag/checkbox-list/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [2olive](https://wordpress.org/support/users/2olive/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/meta-box-script-for-wordpress-322/#post-2332155)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
