Hello,
I am looking to Patch 5 different checkboxes to one column in SharePoint. I have searched the community questions but my situation is very different from other posts I've read.
Example: For question 1, I need the five checkboxes next to it to write back to the SP list.
These are individual controls due to sizing and the requirements for the app.

I found the below on another post and updated it with my controls; however, it's returning true/false instead of "I don't know", "strongly disagree", etc.
'My component is aware of the existence and role of the Chief Data Office (CDO).': If(Q1ckbx_IDK.Value=true,Q1ckbx_IDK.Value,"") & If(Q1ckbx_SD.Value=true,Q1ckbx_SD.Value,"") & If(Q1ckbx_D.Value=true,Q1ckbx_D.Value,"") & If(Q1ckbx_A.Value=true,Q1ckbx_A.Value,"") & If(Q1ckbx_SA.Value=true, Q1ckbx_SA.Value,"")