Skip to content
Snippets Groups Projects
Commit d583f949 authored by rhenck's avatar rhenck
Browse files

Checkbox default value is false instead of null

#635
parent a30bb592
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ import { InstantiationEror } from 'common/util/errors'; ...@@ -13,6 +13,7 @@ import { InstantiationEror } from 'common/util/errors';
export class CheckboxElement extends InputElement implements CheckboxProperties { export class CheckboxElement extends InputElement implements CheckboxProperties {
type: UIElementType = 'checkbox'; type: UIElementType = 'checkbox';
value: boolean = false;
crossOutChecked: boolean = false; crossOutChecked: boolean = false;
styling: BasicStyles; styling: BasicStyles;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment