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