Custom Fields do not currently support checkboxes. Custom Fields in Post Meta are single value fields. They consist of a Key/Name and a Value. It doesn't accept multiple values.
We do plan on implementing an option to use Checkboxes. It will create multiple custom field values, each with the same name. So the person using this field will need to know how to display custom fields stored this way. It's more complex than single value custom fields. You have to loop through the custom fields using the same name and display them using a loop.
So currently it isn't supported but it is a feature we plan on adding.
Posted 13 years ago on Tuesday June 21, 2011 |
Permalink