TCheckBox constructor
const
TCheckBox({})
Implementation
const TCheckBox({
super.key,
required this.initialValue,
required this.onChanged,
this.activeColor,
this.inactiveColor,
this.borderColor,
this.label,
this.description,
this.error,
this.isEnabled = true,
this.isError = false,
});