XCheckBoxGroup constructor
XCheckBoxGroup({})
Implementation
XCheckBoxGroup({
this.radio,
this.labelImg,
this.labelImgSize,
this.horizontal,
this.vertical,
required this.value,
required this.labelWidget,
required this.child,
required this.callback,
});