包详细信息

@s-ui/react-atom-checkbox

SUI-Components306.9kMIT3.11.0

AtomCheckbox is a component that displays an input checkbox w/ its expected behavior

@s-ui, react, component, atom

自述文件

AtomCheckbox

AtomCheckbox is a component that displays an input checkbox w/ its expected behavior

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-atom-checkbox --save

Usage

import AtomCheckbox from '@s-ui/react-atom-checkbox'

Basic usage

<AtomCheckbox />

Checked

<AtomCheckbox checked />

Disabled

<AtomCheckbox disabled />

w/ onChange handler

<AtomCheckbox onChange={console.log} />

Find full description and more examples in the demo page.