CarpenterCheckbox constructor
const
CarpenterCheckbox({})
Создает checkbox.
Implementation
const CarpenterCheckbox({
super.key,
this.value,
this.checked,
this.onChanged,
this.label,
this.semanticLabel,
}) : assert(value != null || checked != null);