Title: Custom Field Checkboxes
Last modified: August 7, 2019

---

# Custom Field Checkboxes

 *  Resolved [tjote.petersson@gmail.com](https://wordpress.org/support/users/tjotepeterssongmailcom/)
 * (@tjotepeterssongmailcom)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/custom-field-checkboxes/)
 * Hello.
 * I am trying to create some Custom Fields with Checkboxes but there seems to be
   something wrong.
 * Whenever i choose `'field_type' => checkbox` the title dissapeares in the backend
   and the checkboxes are huge and looks really bad.
 * I have used the code from awesume support themselves and this is the only code
   I have added:
 *     ```
       wpas_add_custom_field( 'my_field_draktservice',
           array(
               'title' => 'Draktservice',
               'field_type' => checkbox,
               'options' => array(
                   'option1' => 'Waterproof',
                   'option2' => 'Ursuit',
                   'option3' => 'Viking',
               ),
               'order' => 1
               )
       ```
   
 * Can someone help me regarding this topic?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-field-checkboxes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Custom Field Checkboxes’ is closed to new replies.

 * ![](https://ps.w.org/awesome-support/assets/icon-256x256.png?rev=1849681)
 * [Awesome Support - WordPress HelpDesk & Support Plugin](https://wordpress.org/plugins/awesome-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/awesome-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-support/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-support/reviews/)

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)

 * 0 replies
 * 1 participant
 * Last reply from: [tjote.petersson@gmail.com](https://wordpress.org/support/users/tjotepeterssongmailcom/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/custom-field-checkboxes/)
 * Status: resolved