G'day scriptersI've got an 8 column Outline View Table, each column of which has a Check Box installed. I need to add more rows, and each Check Box needs a unique Title, and the ability to alter the State. A total of 276 unique Check Boxes.I just cannot get the code right, and Shane Stanley's Explored 5 doesn't help. In interface builder I have defined the value of each Check Box to the key 'state', and the title to the key 'title'.'Saving errors with (the last part), ', {Extensions1CB:{|title|:X-Face, state:true}, Extensions2CB:{|title|:XPM, state:true}, Extensions3CB:{|title|:XWD, state:true}, Extensions4CB:{|title|:YUV, state:true}, Extensions5CB:{|title|:, state:false}, Extensions6CB:{|title|:, state:false}, Extensions7CB:{|title|:, state:false}, Extensions8CB:{|title|:, state:false}}} doesn’t understand the “writeToFile_atomically_” message'.Columns are defined as Extensions1CB, Extensions2CB, Extensions3CB, Extensions4CB, Extensions5CB, Extensions6CB, Extensions7CB, Extensions