Skip to content

Commit

Permalink
docs(addon/components/paper-radio-base): fixes toggle documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Nov 17, 2024
1 parent acaa97e commit 9982aba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions addon/components/paper-radio-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,9 @@ export default class PaperRadioBase extends Focusable {
*/
skipProxy;

/**
* specifies whether
* @type {boolean}
*/
toggle = false;

/* Focusable Overrides */
focusOnlyOnKey = true;
toggle = false;

// Lifecycle hooks
constructor(owner, args) {
Expand Down

0 comments on commit 9982aba

Please sign in to comment.