OudsCheckbox constructor
Implementation
const OudsCheckbox({
super.key,
required this.value,
required this.onChanged,
this.isError = false,
this.tristate = false,
});
const OudsCheckbox({
super.key,
required this.value,
required this.onChanged,
this.isError = false,
this.tristate = false,
});