digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
221 lines (159 loc) • 5.98 kB
HTML
<div
class="question "
id="multiquestion"
>
<fieldset class="govuk-fieldset">
<div
class="question "
id="exampleBoolean1"
data-module="dm-question">
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Here is the service question 1
</legend>
<div class="govuk-radios govuk-radios--inline" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean1" name="exampleBoolean1" type="radio" value="true" data-target="exampleBoolean5">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean1">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean1-2" name="exampleBoolean1" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean1-2">
No
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div
class="question "
id="exampleBoolean2"
data-module="dm-question">
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Here is the service question 2
</legend>
<div class="govuk-radios govuk-radios--inline" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean2" name="exampleBoolean2" type="radio" value="true" data-target="exampleBoolean4 exampleBoolean5">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean2">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean2-2" name="exampleBoolean2" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean2-2">
No
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div
class="question "
id="exampleBoolean3"
data-module="dm-question">
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Here is the service question 3
</legend>
<div class="govuk-radios govuk-radios--inline" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean3" name="exampleBoolean3" type="radio" value="true" data-target="exampleText1 exampleBoolean4 exampleBoolean5">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean3">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean3-2" name="exampleBoolean3" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean3-2">
No
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div
class="question js-hidden dm-question__related-information" aria-hidden="false"
id="exampleBoolean5"
data-module="dm-question"hidden>
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Here is the service question text (1, 2 or 3 Yes)
</legend>
<div class="govuk-radios govuk-radios--inline" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean5" name="exampleBoolean5" type="radio" value="true" data-target="exampleText2">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean5">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean5-2" name="exampleBoolean5" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean5-2">
No
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div
class="question js-hidden dm-question__related-information" aria-hidden="false"
id="exampleBoolean4"
data-module="dm-question"hidden>
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--m">
Here is the service question text (1 or 2 Yes)
</legend>
<div class="govuk-radios govuk-radios--inline" data-module="govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean4" name="exampleBoolean4" type="radio" value="true" data-target="exampleText2">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean4">
Yes
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="input-exampleBoolean4-2" name="exampleBoolean4" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="input-exampleBoolean4-2">
No
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div
class="question js-hidden dm-question__related-information" aria-hidden="false"
id="exampleText2"
hidden>
<div class="govuk-form-group">
<label class="govuk-label govuk-label--m" for="input-exampleText2">
Here is the service question text (1 Yes and 1-1 or 1-2 Yes)
</label>
<input class="govuk-input" id="input-exampleText2" name="exampleText2" type="text">
</div>
</div>
<div
class="question js-hidden dm-question__related-information" aria-hidden="false"
id="exampleText1"
hidden>
<div class="govuk-form-group">
<label class="govuk-label govuk-label--m" for="input-exampleText1">
Here is the service question text (1 Yes)
</label>
<input class="govuk-input" id="input-exampleText1" name="exampleText1" type="text">
</div>
</div>
</fieldset>
</div>