RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Adds Storybook checkbox component #36

Closed helrond closed 3 years ago

helrond commented 3 years ago

Adds both an individual checkbox as well as a fieldset.

Should this be wrapped in a div with a class of form-group or something?

Fixes #21

HaSistrunk commented 3 years ago

Should this be wrapped in a div with a class of form-group or something?

I suppose to style in a row or column, the inputs and labels would need to be wrapped in a div with styles to control that, right?

helrond commented 3 years ago

Yes, that's right. As I was working on these inputs I was more generally wondering about the used of a wrapping div for the label and input. That may be layout though, as you say...

HaSistrunk commented 3 years ago

Let's go with this approach and adjust as necessary.