Skip to content

Commit 1bcf9c6

Browse files
Set MetaData false
1 parent e955c79 commit 1bcf9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkbox.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {Style, properties as styleProps} from 'ui/styling';
1111
declare var CGRectMake: any, CGPointMake: any;
1212

1313
export class CheckBox extends Label {
14-
public static checkedProperty = new Property("checked", "CheckBox", new PropertyMetadata(true));
14+
public static checkedProperty = new Property("checked", "CheckBox", new PropertyMetadata(false));
1515

1616
private _iosCheckbox: BEMCheckBox;
1717
private _delegate: BEMCheckBoxDelegateImpl;

0 commit comments

Comments
 (0)