I'm trying to populate a sublist on a suitelet based on user selections in fields above the sublist. For the most part this is working. I have a checkbox in the first column, but I don't like the way this is working. The list is INLINEEDITOR because it's being populated by a client script on a button click. I'm disabling all the fields except the checkbox. I don't like the way this checkbox behaves. When checked it displays 'Yes' otherwise it's blank. It also displays the line level toolbar to add/remove. I would like to just see a checkmark or empty checkbox. Before I resort to inline HTML, does anyone know a way to change the behavior of the sublist checkbox type? Thanks in advance.