Automattic / dops-components

Shared Calypso-style components for non-Calypso projects.
GNU General Public License v2.0
9 stars 6 forks source link

Checkbox: added full checkbox component with Calypso styles #38

Closed MichaelArestad closed 8 years ago

MichaelArestad commented 8 years ago

This pulls in the Checkbox styles and work done here in an initial commit. We can still use the old FormCheckbox component in the meantime while we switch over. (better than a big PR).

Before: image image

After: image

dereksmart commented 8 years ago

It works well 👍 The only thing needed to test is import Checkbox and change the component from FormCheckbox in Jetpack's form-components

MichaelArestad commented 8 years ago

@dereksmart Here's the import test: https://github.com/Automattic/jetpack/pull/4552

dereksmart commented 8 years ago

ah! I made those same changes manually. 🚢 all the things