4.1.3 • Published 2 years ago

react-toggle v4.1.3

Weekly downloads
121,044
License
MIT
Repository
github
Last release
2 years ago

An elegant, accessible toggle component for React. Also a glorified checkbox.

See usage and examples.

Props

The component takes the following props.

PropTypeDescription
checkedbooleanIf true, the toggle is checked. If false, the toggle is unchecked. Use this if you want to treat the toggle as a controlled component
defaultCheckedbooleanIf true on initial render, the toggle is checked. If false on initial render, the toggle is unchecked. Use this if you want to treat the toggle as an uncontrolled component
onChangefunctionCallback function to invoke when the user clicks on the toggle. The function signature should be the following: function(e) { }. To get the current checked status from the event, use e.target.checked.
onFocusfunctionCallback function to invoke when field has focus. The function signature should be the following: function(e) { }
onBlurfunctionCallback function to invoke when field loses focus. The function signature should be the following: function(e) { }
namestringThe value of the name attribute of the wrapped \<input> element
valuestringThe value of the value attribute of the wrapped \<input> element
idstringThe value of the id attribute of the wrapped \<input> element
iconsobjectIf false, no icons are displayed. You may also pass custom icon components in icons={{checked: <CheckedIcon />, unchecked: <UncheckedIcon />}}
aria-labelledbystringThe value of the aria-labelledby attribute of the wrapped \<input> element
aria-labelstringThe value of the aria-label attribute of the wrapped \<input> element
disabledbooleanIf true, the toggle is disabled. If false, the toggle is enabled

Installation

npm install react-toggle

Usage

If you want the default styling, include the component's CSS with

import "react-toggle/style.css" // for ES6 modules
// or
require("react-toggle/style.css") // for CommonJS

Development

npm install
npm run dev

Build

npm run build

License

MIT

@docusaurus-azuread/theme-classicvijaybabu-edit@acorns/web-components@follett/common-uivijaybabusampleeditoroneview-gui@open-raven/react-styleguidegreenbox_uikenshoo-sharedxr3-spokexrchat-spokeslash-common-components@fireblaze/interfacedusk-ui-kit@infilect_developer/shelf-visualiserrc-humanizeproduction-engine@infinitebrahmanuniverse/nolb-react-to@everything-registry/sub-chunk-2619datatools-managerez-react-formdoorson-uierxes-ui-utilsespeakersexplorejs-tester@hasura/console-ossinteg-spark-uiinterbit-ui-componentsicp-components@huijing/docusaurus-theme-kosonggraphql-engine-console@erick-otenyo/hw-componentsgreenbox_styleguidegatsby-advanced-bloggfw-componentsglenns-meathandling-dashboardhakan-doc-themegatsby-github-personal-websitegatsby-starter-mdx-bloggivebox-lib@figmayo/figmayo-uihestia-calendar@fullstackio/docusaurus-theme-newline@integec/common-react-screensjson-schema-wizard@instinct-theme/flat@instinct-prj/admin@instinct-prj/admin-rp@instinct-prj/themes@instinct-theme/ares@instinct-theme/bobba@instinct-theme/classicjupyterlab-autorunkasimu_storybooklanes-vendor-modules@josec59/ui-libraryks_storybook@front10/component-explorer-utilscmation-formsbuilderclutch-uicncjscncjs-jhchartwerk-editorchrisvxd-docusaurus-theme-classiccaipiztopia-ui279map-core01cm-new-layout0hubbbb-html5-clientbetterlyearn2@alphalets-ui/core@angle-technologies/react-components@arcanetechnology/react-ui-lib@creasyui/creasy-core@bounties-network/components@codedrift/react-nextjs-consentmanager@cortexapps/plugin-coredark-mode-custom-hookdash-themes@cirrusct/webapp-componentsconflux-docusaurus-theme@businessoptics/frontend-librarycreative-bot-2@coinjoss-ui/coredappctrlgui@speck-agency/web-uispoke-clispoke-test-clistack-es2015-modulessportstg-react-uint-react-component-library@rkueny/reader-web-test-zoom-mobilestorybook-addon-scissors@rasahq/docusaurus-theme-tabulalib-react-interbitletter-of-creditletters-of-creditlost-and-found-webapp@nio/ui-kit
4.1.3

2 years ago

4.1.2

3 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.2

7 years ago

4.0.1

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago