You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add smaller versions of radio buttons and checkboxes (#289)
* Update data attributes to use string values
* Allow unused vars as object rest siblings
* Fix missing character count max length
* Update to NHS.UK frontend v10.1.0
* Add support for small radios and checkboxes
* Add small form control examples
* Update upgrade guide
Copy file name to clipboardExpand all lines: docs/upgrade-to-6.0.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ The updated [header](https://service-manual.nhs.uk/design-system/components/head
18
18
- update NHS logo in the header to have higher contrast when focused
19
19
- refactor CSS classes and BEM naming, use hidden attributes instead of modifier classes, use generic search element
20
20
21
+
#### Smaller versions of radio buttons and checkboxes
22
+
23
+
You can now use smaller versions of the [radios](https://service-manual.nhs.uk/design-system/components/radios) and [checkboxes](https://service-manual.nhs.uk/design-system/components/checkboxes) components by adding the `small` prop.
24
+
21
25
### Panel component
22
26
23
27
The [panel](https://service-manual.nhs.uk/design-system/components/panel) component from NHS.UK frontend v9.3.0 has been added:
0 commit comments