CheckBoxWidget constructor
const
CheckBoxWidget({})
Implementation
const CheckBoxWidget({
super.key,
required this.onChanged,
this.isSelected = false,
this.title,
this.semanticLabel,
this.semanticHint,
});