CheckBoxItem constructor
- CheckDataModel _item,
- GSCheckBoxModel _model,
- GSFormStyle formStyle,
- {Key? key}
Implementation
const CheckBoxItem(this._item, this._model, this.formStyle, {Key? key}) : super(key: key);
const CheckBoxItem(this._item, this._model, this.formStyle, {Key? key}) : super(key: key);