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