adds a checkbox into a cell
range | object | an object that defines the start and end cells of the range to add checkboxes into |
$$("ssheet").addCheckbox({
start:{row:1, column:3},
end:{row:3, column:3}
});
The range object includes two properties:
{row:id, column:id}
{row:id, column:id}