SOLVED

Difference between field types 'checkbox' and 'checkboxes'

Go to solution
Anonymous
Not applicable
Hi
Does anyone know the difference between the field types 'checkbox' and 'checkboxes'?
Thanks!
Tags (1)
1 ACCEPTED SOLUTION
Nicole_Mossinge
Level 7
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.

View solution in original post

7 REPLIES 7
Anonymous
Not applicable
Got it! Thanks for the picture!
Dan_Stevens_
Level 10 - Champion Alumni
That's correct.  Here's how it works in our instance:

0EM50000000SonY.jpg
Anonymous
Not applicable
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!
Anonymous
Not applicable
Thank you guys!
Dan_Stevens_
Level 10 - Champion Alumni
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"
Nicole_Mossinge
Level 7
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.
Adam_Vavrek1
Level 9 - Champion Alumni
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).