KinCheckbox constructor
const
KinCheckbox({})
Implementation
const KinCheckbox({
super.key,
required this.value,
this.onChanged,
this.label,
this.subtitle,
this.activeColor,
this.enabled = true,
});
const KinCheckbox({
super.key,
required this.value,
this.onChanged,
this.label,
this.subtitle,
this.activeColor,
this.enabled = true,
});