Checkbox constructor
const
Checkbox({})
Creates a new Checkbox.
Implementation
const Checkbox({
required this.value,
required this.label,
required this.onChanged,
this.focused = false,
this.style = Style.empty,
this.focusedStyle = const Style(modifiers: Modifier.reverse),
});