1.0.2 • Published 3 years ago

@acodez/checkbox v1.0.2

Weekly downloads
6
License
MIT
Repository
-
Last release
3 years ago

@acodez/checkbox

npm_version license

React checkbox component.



Installation

npm install @acodez/checkbox

Props API

PropertyTypeRequiredDescription
labelstringyeslabel of the checkbox
namestringyesname attribute of checkbox
displaystringnodisplay checkboxes inline or block

Usage

import CheckBox from "@acodez/checkbox";

Example - Basic

<CheckBox name="name" label="I agree to terms and conditions" />
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago