LoCheckbox<TKey> constructor
const
LoCheckbox<TKey> ({
- Key? key,
- required TKey loKey,
- bool? initialValue,
- List<
LoFieldBaseValidator< ? validators,bool> > - Duration? debounceTime,
- CheckboxProps? props,
- required Widget label,
- TextStyle? errorStyle,
Implementation
const LoCheckbox({
Key? key,
required this.loKey,
this.initialValue,
this.validators,
this.debounceTime,
this.props,
required this.label,
this.errorStyle,
}) : super(key: key);