This field saves the “checked” and “unchecked” values in the database as “1” or “0”.
any thoughts help, maybe a bug.
I would like to filter and render the ones that I have checked, at the moment I can only rdern the unchkeck ones “0”
thank you
Seems like you are using a custom table for the meta value.
If so, you cannot use a normal Meta Query for that.
Please refer to MB Custom Table - Meta Box Documentation
If you are using a condition, please ensure you are placing the condition inside the query loop, NOT on the query loop. As the condition will be executed before the query, which means Bricks is getting the check_to_render value from the current page post instead of looping post.