form property
This attribute takes the value of the id attribute of a form element you want the fieldset to be part of, even if it is not inside the form. Please note that usage of this is confusing — if you want the input elements inside the fieldset to be associated with the form, you need to use the form attribute directly on those elements.
Implementation
final String? form;