TCheckBox constructor
const
TCheckBox({})
Implementation
const TCheckBox({
super.key,
required this.caption,
this.checked = false,
this.state = TCheckBoxState.cbUnchecked,
this.allowGrayed = false,
this.enabled = true,
this.onChange,
this.font,
this.dense = false,
});