Skip to content

Commit c04eb2f

Browse files
authored
Changed pretty-checkbox default activation type
1 parent 42bffa5 commit c04eb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pretty-checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function init(Survey) {
134134
}
135135
};
136136

137-
Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "type");
137+
Survey.CustomWidgetCollection.Instance.addCustomWidget(widget, "property");
138138
}
139139

140140
if (typeof Survey !== "undefined") {

0 commit comments

Comments
 (0)