@equinor/fusion-wc-checkbox
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

fusion-wc-checkbox Published on npm

Storybook

Material Web Component

Installation

npm install @equinor/fusion-wc-checkbox

Example Usage

<fwc-checkbox value='value' checked/>

Properties/Attributes

Name Type Default Description
checked boolean false Whether the checkbox is checked.
indeterminate boolean false When a checkbox is the parent of a set of child checkboxes, the indeterminate state is used on the parent to indicate that some but not all of its children are checked.
disabled boolean false When true, the checkbox cannot be interacted with, and renders in muted colors.
value string '' The value that will be included if the checkbox is submitted in a form.
reducedTouchTarget boolean false When true, the checkbox remove padding for touchscreens and increase density. Note, the checkbox will no longer meet accessibility guidelines for touch.

Events

Event Name Target Detail Description
change fwc-checkbox {} Fired when the user modifies the checkbox checked or indeterminate states from an input device interaction. Note that, like native <input>, the change event is not fired when the checked or indeterminate properties are set from JavaScript.

Readme

Keywords

none

Package Sidebar

Install

npm i @equinor/fusion-wc-checkbox

Weekly Downloads

1,248

Version

1.1.1

License

ISC

Unpacked Size

138 kB

Total Files

14

Last publish

Collaborators

  • gustav-eikaas
  • eslsa
  • martinforre
  • _odin_