!--a11y-->
Use
The isFieldTitleVisisible method specifies whether or not the title attribute of the <fieldset> tag is used as label.
The <fieldset> tag is used to group related input fields in a Web application. If the <fieldset> tag can represent the title, this feature should be used because it improves the page structure on some devices. If not, the title should be displayed as normal text.
ClientInfo Interface