CyberCheckbox constructor
const
CyberCheckbox({})
Implementation
const CyberCheckbox({
super.key,
this.text,
this.label,
this.enabled = true,
this.labelStyle,
this.onChanged,
this.onLeaver,
this.activeColor,
this.checkColor,
this.size,
this.isVisible = true,
});