BasicCheckbox constructor
const
BasicCheckbox({})
Implementation
const BasicCheckbox({
required this.value,
required this.onChanged,
this.isError = false,
this.semanticLabel,
super.key,
});
const BasicCheckbox({
required this.value,
required this.onChanged,
this.isError = false,
this.semanticLabel,
super.key,
});