getCheckbox method

Widget getCheckbox(
  1. String key
)

get a checkbox widget the data of key must be bool

Implementation

Widget getCheckbox(String key) => FirestoreCheckbox(doc: this, dataKey: key);