Checkboxe Values

  • Philip Bennett
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 8 months ago #148901 by Philip Bennett
Checkboxe Values was created by Philip Bennett
I want to use a checkbox where members can select several options. Say there are 5 options and a member chooses 1,2 and 3
What value appears in the database: The equivalent of the binary 11100 = 7? or is there some other way they are stored?

Thanks
Phil

Please Log in or Create an account to join the conversation.

More
3 years 7 months ago #148915 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Checkboxe Values
Hello

It will be JSON encoded value. Something like ["Option1", "Option2", "Option3"]

Regards,

Tuan
The following user(s) said Thank You: Philip Bennett

Please Log in or Create an account to join the conversation.