IdsCheckbox constructor
const
IdsCheckbox({})
Implementation
const IdsCheckbox({
super.key,
required this.checked,
required this.onChanged,
this.indeterminate = false,
this.disabled = false,
this.invalid = false,
this.size = IdsSize.standard,
this.semanticLabel,
});