1.13.96 • Published 2 years ago

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

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

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

InputCheckbox

const[value, setValue] = useState();

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