Socket
Socket
Sign inDemoInstall

@lendi-ui/checkbox

Package Overview
Dependencies
5
Maintainers
47
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lendi-ui/checkbox

This module contains two components: Checkbox and CheckboxGroup. When using `CheckboxGroup`, users should use `CheckboxGroup.Checkbox` as children.


Version published
Weekly downloads
165
decreased by-15.38%
Maintainers
47
Created
Weekly downloads
 

Readme

Source

@lendi-ui/checkbox

This module contains two components: Checkbox and CheckboxGroup. When using CheckboxGroup, users should use CheckboxGroup.Checkbox as children.

Installation

yarn add @lendi-ui/checkbox

Usage

import { Checkbox, CheckboxGroup } from '@lendi-ui/checkbox';
## Properties

<PropTable>
  <PropTable.Entry name="className" defaultValue=""type="string" description="External classname to override style of the component"/>
  <PropTable.Entry name="isBoxed" type="boolean" defaultValue={false} description="Whether Checkbox is wrapped by box"/>
  <PropTable.Entry name="isChecked" type="boolean" defaultValue={false} description="Whether Checkbox is selected"/>
  <PropTable.Entry name="isDisabled" type="boolean" defaultValue={false} description="Whether Checkbox is unclickable"/>
  <PropTable.Entry name="label" type="string" description="Checkbox display label"/>
  <PropTable.Entry name="onChange" type="(event: React.ChangeEvent<HTMLInputElement>) => void" description="Checkbox onChange function"/>
  <PropTable.Entry name="value" type="string" description="Checkbox value"/>
</PropTable>

FAQs

Last updated on 09 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc