Skip to content

Block Editor Tools: New TermCheckboxes component #796

@renatonascalves

Description

@renatonascalves

Description

We need to create TermCheckboxes components from time to time in our projects to mimic the core behavior but for a specific/custom taxonomy.

We have some prior art here and here.

Use Case

A TermCheckboxes (or with a similar name) component is created. Ideally, it uses core functionality, not a custom REST API endpoint.

<TaxonomyCheckboxes
  taxonomy="mytaxonomy"
  selectedItems={termIds || slugs}
  onChange...
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions