AdvancedCustomFields / AdvancedCustomFields/acf

how to use multicheck in ACF

Open
#234 1 comment 0 reactions 0 assignees View on GitHub

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 :
Screenshot_2019-10-14 API (idx) ‹ My Great Blog — WordPress

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.