Tell us what you are trying to do?
I'm building agent - property site. I can do everything from filtering to sorting, but my client is also look for a way to showcase special properties first on listing page (than the rest) that have custom field check.
Let's say I have 3 different property types: Villa, Hostel, Hotel. One of each property types have properties that have pool/jacuzzi included.
Is there a way to showcase them first in list? (Only by that special filed)
Well - you need to select save option "save 0 to database" so whenever no selection made it will save the 0 to database and 1 when it's selected.
Currently, it is displaying only posts that have the selection and its expected because there is no value saved when checkbox is NOT selected.
If you already added entries you need to add 0 with each of your post and add the entry to post meta table where key will be "wpcf-pool-jacuzzi" and meta value will be 0.