handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
31 lines (20 loc) • 579 B
Markdown
title: Checkboxes
description: Checkboxes create an on/off boolean switch that can be built into array.
image: component-checkbox
metaTitle: 'Checkboxes | Handoff Design System'
metaDescription: 'Checkboxes create an on/off boolean switch that can be built into array.'
### Accessibility
Make it clear what this checkboxes does for the user.
<div className="c-do-dont">
<div className="c-do-dont__do">
<Check /> DO
- What to do with checkboxes
</div>
<div className="c-do-dont__dont">
<X /> DON'T
- What not to do with checkboxes
</div>
</div>