Checklist Element Behavior

I have a checklist element using a Listbox that populates from the database with an onFormHook request. Some of the values for the list are close—for instance, ACSI, CSI, etc. I find that if ACSI returns with the model, both ACSI and CSI select in the form. Is this a bug? How can I get strict selection here?

This is sounding like you really want a radio button versus a checklist? Checklists, by nature allow multiple selections.

I am looking to allow for multiple selections. Here is the element from the model: “associationsChoice”: “ACSI\rSAIS\rTPSA”,

Here is the element in the form:

Screen Shot 2020-07-23 at 5.46.06 PM

and…

Screen Shot 2020-07-23 at 5.46.37 PM

I am pre-populating the data from the previous year.