RadioButtonElement constructor
RadioButtonElement({})
Implementation
RadioButtonElement(
{super.elementType = UIElementTypeConstants.radio,
required super.elementId,
required this.label,
required this.options,
super.response,
super.defaultValue,
bool? optional = true})
: super(optional: optional ?? true);