Checkbox.success constructor
const
Checkbox.success({})
Success checkbox
Implementation
const Checkbox.success({
required this.checked,
this.label,
this.description,
this.size = CheckboxSize.medium,
this.disabled = false,
this.onChanged,
super.key,
}) : style = CheckboxStyle.success;