Converts the CheckItem to JSON
Map<String, dynamic> toJson() { return {'id': id, 'item': name, 'value': value, 'isChecked': isChecked}; }