UIFormSwitchField constructor
const
UIFormSwitchField({})
Implementation
const UIFormSwitchField({
super.key,
required this.name,
required this.label,
this.initialValue = false,
this.enabled = true,
this.onChanged,
});