UpCheckbox constructor
const
UpCheckbox({
- Key? key,
- bool? initialValue,
- String? label,
- UpCheckBoxController? controller,
- UpColorType? colorType,
- UpStyle? style,
- Function? onChange,
- UpTextDirection labelDirection = UpTextDirection.right,
Implementation
const UpCheckbox({
Key? key,
this.initialValue,
this.label,
this.controller,
this.colorType,
this.style,
this.onChange,
this.labelDirection = UpTextDirection.right,
}) : super(key: key);