Checkbox Values

Support General Checkbox Values

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3890
    wefit.lucaswefit.lucas
    Participant

    Hello,

    Is there a way to change the value of the checkbox to a boolean? Instead of '0' or '1', get a true or false?

    Thanks.

    #3903
    Anh TranAnh Tran
    Keymaster

    Hi,

    The meta value is saved in the database as a string. "True" or "false" is not as good as "0" or "1" when saving data. Besides, you still can use if ( get_post_meta( get_the_ID(), 'checkbox', true ) ) without any problem.

    #3907
    wefit.lucaswefit.lucas
    Participant

    Alright, got it.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Checkbox Values’ is closed to new replies.