Socket
Socket
Sign inDemoInstall

@zag-js/checkbox

Package Overview
Dependencies
2
Maintainers
1
Versions
918
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/checkbox


Version published
Maintainers
1
Created

Readme

Source

@zag-js/checkbox

Core logic for the checkbox widget implemented as a state machine

Installation

yarn add  @zag-js/checkbox
# or
npm i  @zag-js/checkbox

Technical Considerations

  • When the checkbox is surrounded by a form, we consider the effect of form "reset" event with a trackFormReset activity in the machine.
  • When the checkbox is surrounded by fieldset and the fieldset is disabled, we react to set sync the disabled state accordingly with a trackFieldsetDisabled activity in the machine.
  • A name can be passed to the machine object during initialization, which we pass to the input, to ease use in forms.
  • The API exposes a setChecked method to programmatically control the checkbox's state. We automatically dispatch a native event when this is done, so when used in a form, the form can detect those changes.
  • The checkbox machine accepts an indeterminate key, to make it indeterminate by default. The API also exposes a setIndeterminate method, to toggle this programmatically.
  • The API exposed a view variable of type "checked" | "unchecked" | "mixed" so you can render parts, based on the current visual state of the checkbox. mixed is when the checkbox is indeterminate.

Contribution

Yes please! See the contributing guidelines for details.

Licence

This project is licensed under the terms of the MIT license.

Keywords

FAQs

Last updated on 24 Nov 2022

Did you know?

Socket

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc