If the p-fieldset is set to required="true", only the label of the p-fieldset gets an asterisk. It is removed from
all wrapped child components, as long as they are Porsche Design System form elements.
The required="true" prop should only be used if all children elements are required. If those children elements are
a group of radio buttons, it's mandatory to add aria="{ 'role': 'radiogroup' }" prop to p-fieldset as well. There is
no need to set required="true" on the individual radio buttons, as the fieldset already indicates that a
selection of the radio button group is required.
For all other cases, you should set required="true" on the individual form elements, such as input fields or
checkboxes.