adds a checkbox into a cell
$$("ssheet").addCheckbox({ start:{row:1, column:3}, end:{row:3, column:3} });
The range object includes two properties:
{row:id, column:id}