Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Add default value for checked
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush committed Apr 27, 2020
1 parent 22c0f5a commit c924544
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class SkyToggleSwitchComponent implements AfterContentInit, OnDestroy, Co

/**
* Indicates whether the toggle switch is selected.
* @default false
*/
@Input()
public set checked(checked: boolean) {
Expand Down

0 comments on commit c924544

Please sign in to comment.