{ "component": "label", "fixtures": [ { "name": "default", "options": { "text": "National Insurance number" }, "html": "", "hidden": false }, { "name": "with bold text", "options": { "classes": "govuk-label--s", "text": "National Insurance number" }, "html": "", "hidden": false }, { "name": "as page heading", "options": { "text": "National Insurance number", "classes": "govuk-label--xl", "isPageHeading": true }, "html": "

\n \n

", "hidden": false }, { "name": "empty", "options": {}, "html": "", "hidden": true }, { "name": "classes", "options": { "text": "National Insurance number", "classes": "extra-class one-more-class" }, "html": "", "hidden": true }, { "name": "html as text", "options": { "text": "National Insurance number, NINO" }, "html": "", "hidden": true }, { "name": "html", "options": { "html": "National Insurance number NINO" }, "html": "", "hidden": true }, { "name": "for", "options": { "for": "#dummy-input", "text": "National Insurance number" }, "html": "", "hidden": true }, { "name": "attributes", "options": { "text": "National Insurance number", "attributes": { "first-attribute": "foo", "second-attribute": "bar" } }, "html": "", "hidden": true } ] }