CheckBoxItem constructor

const CheckBoxItem(
  1. CheckDataModel _item,
  2. GSCheckBoxModel _model,
  3. GSFormStyle formStyle,
  4. {Key? key}
)

Implementation

const CheckBoxItem(this._item, this._model, this.formStyle, {Key? key}) : super(key: key);