-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
29 lines (29 loc) · 1.1 KB
/
test.html
File metadata and controls
29 lines (29 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class=“nhsuk-form-group”>
<fieldset class=“nhsuk-fieldset”>
<legend class=“nhsuk-fieldset__legend nhsuk-fieldset__legend--m”>
<h2 class=“nhsuk-fieldset__heading”>
Show referrals for
</h2>
</legend>
<div class=“nhsuk-radios nhsuk-radios--s nhsuk-radios--inline”>
<div class=“nhsuk-radios__item”>
<input class=“nhsuk-radios__input” id=“” name=“” type=“radio” value=“year”>
<label class=“nhsuk-label nhsuk-radios__label” for=“”>
Triage
</label>
</div>
<div class=“nhsuk-radios__item”>
<input class=“nhsuk-radios__input” id=“” name=“” type=“radio” value=“”>
<label class=“nhsuk-label nhsuk-radios__label” for=“”>
Appointment
</label>
</div>
<div class=“nhsuk-radios__item”>
<input class=“nhsuk-radios__input” id=“” name=“” type=“radio” value=“year”>
<label class=“nhsuk-label nhsuk-radios__label” for=“”>
Show all
</label>
</div>
</div>
</fieldset>
</div>