Has anyone figured out how to get multi select checkbox to show ALL the values on a state form and not just the selected values?
Even as checkboxes it only lists the values that were checked and no way to actually show a checked box.
I can write javascript to put a disabled checked box in front of each values listed but how would I get the full list?
I am using this as a list of tasks rather than creating a separate item for each task so a use can update one item and check off what is done. But I want to also display the values that are not checked off yet in the base forms.