Tell us what you are trying to do?
Find a way to display comma-separated data in form of checkboxes on the front end of my site. I have the data for various fish species that can be found in each of 1600+ lakes. Each lake is different list of course, but wondering if I can display entire list of fish species and only have boxes checked if the comma-separated data for that lake has it. (This would result in some boxes being unchecked). If this is not possible, can you explain the ways I could format this data to display on the front end? Maybe an unordered list?
Is there any documentation that you are following?
I cannot find any documentation explaining clearly how to format checkboxes -- please point in the right direction if I am missing it.
Is there a similar example that we can see?
I will provide a screen shot of how my data is formatted.
OK, I understand that this checkboxes field type is not supported with a CSV import. Are there any other suggestions you have to display the info on the front end of my site somehow?
If I don't want to reformat the data in any way (keeping it comma-separated) would my only option be to import the data as a single line field?
Do you have any suggestions for reformatting the original data to make it import in a nicer looking way?