CheckboxControl constructor
const
CheckboxControl({})
Implementation
const CheckboxControl({
super.key,
required this.label,
required this.path,
required this.jsonData,
required this.callback,
});
const CheckboxControl({
super.key,
required this.label,
required this.path,
required this.jsonData,
required this.callback,
});