Hmm, ok for your answer. So checkbox type is voluntary missing from JS file. But i don’t understand the way to use the code in the first post of Markus ?
Hi,
Same problem here with FEE 2.1.1. With the code above, i got a JS error :
invalid field type <span class="fee-field" title="Champs personnalisés" data-filter="post_meta" data-i="0" data-key="my-meta-key" data-post_id="270" data-values="{"1":"yes","0":"no"}" data-type="checkbox">
Looking in build/editor.js, it seems that the declaration of checkobx data-type is missing. There should be something like this : FrontEndEditor.fieldTypes.checkbox = checkbox = (function(_super){...})
Regards,