1.13.65 • Published 4 years ago

@myntra/uikit-component-input-checkbox v1.13.65

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

import InputCheckbox from './src/input-checkbox'

InputCheckbox

const[value, setValue] = useState();

<InputCheckbox value={value} onChange={setValue} />