Code of conduct
Impacted component(s)
@spectrum-web-components/checkbox
Library version
1.10.0
Expected behavior
In the latest version of the Checkbox component, the Checkbox.checked property is missing.
const checkbox:Checkbox =....;
console.log(checkbox.checked);
Actual behavior
checked is not defined
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
Have code that uses the Checkbox.checked property
private async onChangeLocalizationAsync(evt: Event){
const checkbox = evt.currentTarget as Checkbox;
}
Sample code or abstract reproduction which illustrates the problem
No response
Severity
None
Logs taken while reproducing problem
No response
Would you like to track this issue in Jira?
Code of conduct
Impacted component(s)
@spectrum-web-components/checkbox
Library version
1.10.0
Expected behavior
In the latest version of the Checkbox component, the Checkbox.checked property is missing.
const checkbox:Checkbox =....;
console.log(checkbox.checked);
Actual behavior
checked is not defined
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
Have code that uses the Checkbox.checked property
private async onChangeLocalizationAsync(evt: Event){
const checkbox = evt.currentTarget as Checkbox;
}
Sample code or abstract reproduction which illustrates the problem
No response
Severity
None
Logs taken while reproducing problem
No response
Would you like to track this issue in Jira?