New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/checkbox

Package Overview
Dependencies
Maintainers
0
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/checkbox - npm Package Compare versions

Comparing version 14.2.6 to 14.2.7

.babelrc

12

package.json
{
"name": "@rmwc/checkbox",
"version": "14.2.6",
"version": "14.2.7",
"description": "RMWC Checkbox component",

@@ -43,8 +43,8 @@ "main": "./index.js",

"@material/form-field": "^14.0.0",
"@rmwc/base": "workspace:*",
"@rmwc/formfield": "workspace:*",
"@rmwc/ripple": "workspace:*",
"@rmwc/toggleable": "workspace:*",
"@rmwc/types": "workspace:*"
"@rmwc/base": "14.2.7",
"@rmwc/formfield": "14.2.7",
"@rmwc/ripple": "14.2.7",
"@rmwc/toggleable": "14.2.7",
"@rmwc/types": "14.2.7"
}
}

@@ -46,2 +46,3 @@ # Checkboxes

## Checkbox
A Checkbox component.

@@ -51,15 +52,13 @@

| Name | Type | Description |
|------|------|-------------|
| `checked` | `boolean` | Toggle the control on and off. |
| `disabled` | `boolean` | Disables the control. |
| `foundationRef` | `Ref<MDCCheckboxFoundation<>>` | Advanced: A reference to the MDCFoundation. |
| `id` | `string` | A DOM ID for the toggle. |
| `indeterminate` | `boolean` | Make the control indeterminate |
| `inputRef` | `Ref<HTMLInputElement<>>` | A reference to the native input. |
| `label` | `ReactNode` | A label for the control. |
| `ripple` | `RipplePropT` | Adds a ripple effect to the component |
| `rootProps` | `HTMLProps<any>` | By default, all props except className and style spread to the input. These are additional props for the root of the checkbox. |
| `value` | `string \| number \| string[]` | The value of the control. |
| Name | Type | Description |
| --------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| `checked` | `boolean` | Toggle the control on and off. |
| `disabled` | `boolean` | Disables the control. |
| `foundationRef` | `Ref<MDCCheckboxFoundation<>>` | Advanced: A reference to the MDCFoundation. |
| `id` | `string` | A DOM ID for the toggle. |
| `indeterminate` | `boolean` | Make the control indeterminate |
| `inputRef` | `Ref<HTMLInputElement<>>` | A reference to the native input. |
| `label` | `ReactNode` | A label for the control. |
| `ripple` | `RipplePropT` | Adds a ripple effect to the component |
| `rootProps` | `HTMLProps<any>` | By default, all props except className and style spread to the input. These are additional props for the root of the checkbox. |
| `value` | `string \| number \| string[]` | The value of the control. |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc