get a checkbox widget the data of key must be bool
Widget getCheckbox(String key) => FirestoreCheckbox(doc: this, dataKey: key);