Hi
I am looking to create a custom field where users are able to add to, and select from, a group of checkboxes similar to the way the default category input field is set up.
i.e. http://postimg.org/image/t1ko1e9fd/
It doesn’t need to be hierarchical.
Has anyone done anything like this with ACF before?
John
Hi @jcarter
Yes this can be achieved using ACF with the use of the Checkbox Field and the use of the Tab field. You can define the checkboxes inside the Tab field in order to get layout as depicted in the attachment.
Please take a look at the docs here http://www.advancedcustomfields.com/resources/checkbox/ and http://www.advancedcustomfields.com/resources/tab/
Hi James
Thanks for getting back to me. Sorry I wasn’t more specific in my question. It isn’t the jQuery tabs I needed; it was the ability to add or filter the checkbox choices “on-the-fly” using the ajax input.
Thanks.
John
Hi @jcarter ,
Thanks for the clarification.
However, I am not certain I clearly understand what you are trying to achieve.
Kindly explain to me more so that I may be able to help.