UXPFieldCheckBox constructor
const
UXPFieldCheckBox({})
Implementation
const UXPFieldCheckBox(
{Key? key,
required this.value,
required this.labelText,
this.onChange,
this.label,
this.description})
: super(key: key);