Difference between field types 'checkbox' and 'checkboxes' | Community
Skip to main content
January 17, 2015
Solved

Difference between field types 'checkbox' and 'checkboxes'

  • January 17, 2015
  • 7 replies
  • 5294 views
Hi
Does anyone know the difference between the field types 'checkbox' and 'checkboxes'?
Thanks!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nicole_Mossinge
Checkbox assumes it is a boolean field with only true/false values
Checkboxes allows you to specify an infinite number of value options, and will display one check box per value.

I have used Checkboxes even in cases where I was populating a boolean field. The reason was that I could better control what the label of the check box looks like.

7 replies

Adam_Vavrek1
Level 8
January 17, 2015
Where do you see that? When creating a custom field, I only see "Checkbox." I imagine "Checkboxes" would be mutli-select (one field with many checkbox options).
Nicole_MossingeAccepted solution
Level 7
January 18, 2015
Checkbox assumes it is a boolean field with only true/false values
Checkboxes allows you to specify an infinite number of value options, and will display one check box per value.

I have used Checkboxes even in cases where I was populating a boolean field. The reason was that I could better control what the label of the check box looks like.
Dan_Stevens_
Level 10
January 18, 2015
We use Checkboxes (instead of checkbox) on all of our forms.  Like Nicole said, "checkboxes" offers more flexibility with the label.  There's no "Edit" values option or "Label to Right" option when using "checkbox"
January 18, 2015
Thank you guys!
January 19, 2015
Dan, when you say 'Label to right' does it mean the checkbox is on the left side? If so, it's not working for me... And I'm trying to reproduce that as I used to be able to do it in the form 1.0.
Thanks!
Dan_Stevens_
Level 10
January 19, 2015
That's correct.  Here's how it works in our instance:

January 20, 2015
Got it! Thanks for the picture!