
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
treactr-toggle
Advanced tools
An elegant, accessible toggle component for React. Also a glorified checkbox.
An elegant, accessible toggle component for React. Also a glorified checkbox.
See usage and examples.
The component takes the following props.
Prop | Type | Description |
---|---|---|
checked | boolean | If true , the toggle is checked. If false , the toggle is unchecked. Use this if you want to treat the toggle as a controlled component |
defaultChecked | boolean | If 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 |
onChange | function | Callback 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 . |
name | string | The value of the name attribute of the wrapped <input> element |
value | string | The value of the value attribute of the wrapped <input> element |
id | string | The value of the id attribute of the wrapped <input> element |
aria-labelledby | string | The value of the aria-labelledby attribute of the wrapped <input> element |
aria-label | string | The value of the aria-label attribute of the wrapped <input> element |
disabled | boolean | If true , the toggle is enabled. If false , the toggle is disabled |
npm install treactr-toggle
Include the component's CSS.
npm install
npm run dev
npm run build
MIT
FAQs
An elegant, accessible toggle component for React. Also a glorified checkbox.
The npm package treactr-toggle receives a total of 2 weekly downloads. As such, treactr-toggle popularity was classified as not popular.
We found that treactr-toggle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.