{ "component": "fieldset", "fixtures": [ { "name": "default", "options": { "legend": { "text": "What is your address?" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": false }, { "name": "styled as xl text", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--xl" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": false }, { "name": "styled as large text", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--l" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": false }, { "name": "styled as medium text", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--m" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": false }, { "name": "styled as small text", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--s" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": false }, { "name": "as page heading xl", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--xl", "isPageHeading": true } }, "html": "
\n \n \n \n

\n What is your address?\n

\n \n
\n \n\n
", "hidden": false }, { "name": "as page heading l", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--l", "isPageHeading": true } }, "html": "
\n \n \n \n

\n What is your address?\n

\n \n
\n \n\n
", "hidden": false }, { "name": "as page heading m", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--m", "isPageHeading": true } }, "html": "
\n \n \n \n

\n What is your address?\n

\n \n
\n \n\n
", "hidden": false }, { "name": "as page heading s", "options": { "legend": { "text": "What is your address?", "classes": "govuk-fieldset__legend--s", "isPageHeading": true } }, "html": "
\n \n \n \n

\n What is your address?\n

\n \n
\n \n\n
", "hidden": false }, { "name": "as page heading without class", "options": { "legend": { "text": "What is your address?", "isPageHeading": true } }, "html": "
\n \n \n \n

\n What is your address?\n

\n \n
\n \n\n
", "hidden": false }, { "name": "html fieldset content", "options": { "legend": { "text": "What is your address?" }, "html": "
\n

This is some content to put inside the fieldset

\n
\n" }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
\n

This is some content to put inside the fieldset

\n
\n\n\n
", "hidden": true }, { "name": "with describedBy", "options": { "describedBy": "some-id" }, "html": "
\n \n\n
", "hidden": true }, { "name": "html as text", "options": { "legend": { "text": "What is your address?" } }, "html": "
\n \n \n \n What is <b>your</b> address?\n \n \n \n\n
", "hidden": true }, { "name": "html", "options": { "legend": { "html": "What is your address?" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": true }, { "name": "legend classes", "options": { "legend": { "text": "What is your address?", "classes": "my-custom-class" } }, "html": "
\n \n \n \n What is your address?\n \n \n \n\n
", "hidden": true }, { "name": "classes", "options": { "classes": "app-fieldset--custom-modifier" }, "html": "
\n \n\n
", "hidden": true }, { "name": "role", "options": { "role": "group" }, "html": "
\n \n\n
", "hidden": true }, { "name": "attributes", "options": { "attributes": { "data-attribute": "value" } }, "html": "
\n \n\n
", "hidden": true } ] }