TodayCheckbox constructor
const
TodayCheckbox({})
Implementation
const TodayCheckbox({
super.key,
this.label,
this.description,
this.value = TodayCheckboxValue.unchecked,
this.contained = false,
this.disabled = false,
this.disableAutoUpdate = false,
required this.onChanged,
});