array key: checkbox_id

This value specifies the column key used in get_data to define the form value for the checkbox if the checkbox cb is present. Saturn Tables specifically reserves the checkbox cb. Generally the checkbox_id value should be the primary key of the table, it should certainly be unique for each row. The checkbox values are generally used in bulk actions.

$list_table_definitions['checkbox_id'] = 'id';