Title: [Plugin: Front-end Editor] Checkbox again
Last modified: August 19, 2016

---

# [Plugin: Front-end Editor] Checkbox again

 *  [urre](https://wordpress.org/support/users/urre/)
 * (@urre)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-checkbox-again/)
 * Hi, I asked about checkboxes in a previous thread.
 * This code works, BUT the checkbox is checked by default. Can I have it unchecked
   by default?
 *  editable_post_meta( get_the_ID(), ‘my-meta-key’, array(
    ‘type’ => ‘checkbox’,‘
   values’ => array( true => ‘yes’, false => ‘no’ ) ) );
 * [http://wordpress.org/extend/plugins/front-end-editor/](http://wordpress.org/extend/plugins/front-end-editor/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-checkbox-again/#post-1676107)
 * I’ll look into it. Please stop opening new threads.
 *  Plugin Author [scribu](https://wordpress.org/support/users/scribu/)
 * (@scribu)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-checkbox-again/#post-1676278)
 * It’s checked only if the custom field exists.
 * Do you need an inverted checkbox (i.e. checked when custom field doesn’t exist)?
 *  Thread Starter [urre](https://wordpress.org/support/users/urre/)
 * (@urre)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-checkbox-again/#post-1676306)
 * yes, that’s what I need
 *  Thread Starter [urre](https://wordpress.org/support/users/urre/)
 * (@urre)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-checkbox-again/#post-1676336)
 * any solution?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Front-end Editor] Checkbox again’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/front-end-editor.svg)
 * [Front-end Editor](https://wordpress.org/plugins/front-end-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-editor/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [urre](https://wordpress.org/support/users/urre/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-checkbox-again/#post-1676336)
 * Status: not resolved