Closed TimRobinson1 closed 6 years ago
GIF Keyword: bean
Adds required prop to checkboxes so that they can be, you know, required.
required
Also updated the prop typing on the label field for the checkbox, so that you can pass in JSX like a <span> or some such instead of only allowing a string.
label
JSX
<span>
GIF Keyword: bean
Adds
required
prop to checkboxes so that they can be, you know, required.Also updated the prop typing on the
label
field for the checkbox, so that you can pass inJSX
like a<span>
or some such instead of only allowing a string.