FwStandardModelsCheckBoxListItem constructor

FwStandardModelsCheckBoxListItem({
  1. String? value,
  2. String? text,
  3. bool? selected,
})

Implementation

FwStandardModelsCheckBoxListItem({
  this.value,
  this.text,
  this.selected,
});