Gathering detailed insights and metrics for @npm-polymer/paper-radio-group
Gathering detailed insights and metrics for @npm-polymer/paper-radio-group
Gathering detailed insights and metrics for @npm-polymer/paper-radio-group
Gathering detailed insights and metrics for @npm-polymer/paper-radio-group
npm install @npm-polymer/paper-radio-group
Typescript
Module System
Node Version
NPM Version
HTML (67.65%)
JavaScript (32.35%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
19 Stars
217 Commits
29 Forks
15 Watchers
12 Branches
38 Contributors
Updated on Dec 19, 2024
Latest Version
2.0.0
Package Id
@npm-polymer/paper-radio-group@2.0.0
Size
7.43 kB
NPM Version
4.1.1
Node Version
6.9.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Material design: Radio button
paper-radio-group
allows user to select at most one radio button from a set.
Checking one radio button that belongs to a radio group unchecks any
previously checked radio button within the same group. Use
selected
to get or set the selected radio button.
The name
attribute
set.
Example:
1<paper-radio-group selected="small"> 2 <paper-radio-button name="small">Small</paper-radio-button> 3 <paper-radio-button name="medium">Medium</paper-radio-button> 4 <paper-radio-button name="large">Large</paper-radio-button> 5</paper-radio-group>
Radio-button-groups can be made optional, and allow zero buttons to be selected:
1<paper-radio-group selected="small" allow-empty-selection> 2 <paper-radio-button name="small">Small</paper-radio-button> 3 <paper-radio-button name="medium">Medium</paper-radio-button> 4 <paper-radio-button name="large">Large</paper-radio-button> 5</paper-radio-group>
See paper-radio-button for more
information about paper-radio-button
.
Custom property | Description | Default |
---|---|---|
--paper-radio-group-item-padding | The padding of the item | 12px |
IronSelectableBehavior and IronMultiSelectableBehavior, which are used by paper-radio-group, introduce multiple breaking changes. Please see the README for those behaviors for more detail.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 3/25 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
33 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More