There is a way to get all the checked checkboxes of a custom field in Magento/Wordpress(with Fishpig extension):
$post->getCustomField($customfield)
I'm trying to filter the posts by selected checkboxes, and I'm considering to compare the filters to the posts via for loop, but is there a more efficient way of filtering posts?