CheckBoxElement constructor
CheckBoxElement({})
Implementation
CheckBoxElement(
{super.elementType = UIElementTypeConstants.checkbox,
required super.elementId,
required this.label,
required this.options,
this.isChecked,
super.defaultValue,
List<String>? response,
bool? optional})
: super(optional: optional ?? true);