Checked
npx npix@latest add Checkbox
<>
<Checkbox
id="checkbox"
onChange={()=>r(!e)}
/>
<label htmlFor="checkbox">
I agree to the terms and conditions
</label>
</>
checked
boolean
Whether the checkbox is checked
Field | Description | Type |
---|---|---|
checked | Whether the checkbox is checked | boolean |