AdvancedCustomFields / AdvancedCustomFields/acf
how to use multicheck in ACF
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 945
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
i use CMB2 in my theme and i want convert all field to ACF fields
BUT
i don't find a multicheck field like that in the ACF
i want to create multiple check box dynamically from my custom taxonomy ,
for ex :

all these checkbox getting from my custom taxonomy in CMB2
with this code :
$cmb->add_field(array(
'name' => __('Default Listing Filter Areas', 'realtybloc'),
'id' => 'featured_listing_default_areas',
'type' => 'multicheck_inline',
'options' => Helper::getAreasForFilterArray(),
));
when any change occur in my custom taxonomy directly my checkboxes changed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked CMB2 multicheck and multicheck_inline documentation, then compare that behavior with the ACF field documentation. The issue names no ACF file, entry point, or test, and does not define a project change or verification step beyond dynamically reflecting the custom taxonomy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100