Package Exports
- @utrecht/radio-button-css
- @utrecht/radio-button-css/dist/index.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@utrecht/radio-button-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Radio button
Design
Zorg dat de radio button herkenbaar is, doordat die lijkt op radio buttons op andere websites. Maak niet heel bijzonder ontwerp dat onduidelijk is voor veel gebruikers.
- Een radio button is rond, niet een vierkant of een ruit.
- Een radio button heeft een ronde cirkel als checked icoon.
- Gebruik voor de radio button geen checkmark icoon (een vinkje), dat zou verwarrend zijn. Door een checkmark lijkt het alsof je meerdere opties kunt selecteren, terwijl dat niet zo is.
Terminologie
- radio button: "Radio button" heeft een Wikipedia-lemma, WAI-ARIA Authoring Practices 1.2 noemt het ook "radio button" en "radio group".
- checked: WAI-ARIA Authoring Practices 1.2 en HTML noemen de staat van de radio button "checked", CSS heeft de
:checkedpseudo-class.
Class names
.utrecht-radio-button