TCheckBox constructor
const
TCheckBox({})
Implementation
const TCheckBox({
Key? key,
required this.title,
required this.isSelected,
this.onChange,
this.isDisabled=false
}) : super(key: key);
const TCheckBox({
Key? key,
required this.title,
required this.isSelected,
this.onChange,
this.isDisabled=false
}) : super(key: key);