diff --git a/test/validator/samples/binding-input-checked/errors.json b/test/validator/samples/binding-input-checked/errors.json
new file mode 100644
index 0000000000..05747dc96c
--- /dev/null
+++ b/test/validator/samples/binding-input-checked/errors.json
@@ -0,0 +1,8 @@
+[{
+ "message": "'checked' binding can only be used with ",
+ "loc": {
+ "line": 1,
+ "column": 7
+ },
+ "pos": 7
+}]
\ No newline at end of file
diff --git a/test/validator/samples/binding-input-checked/input.html b/test/validator/samples/binding-input-checked/input.html
new file mode 100644
index 0000000000..9990d3c596
--- /dev/null
+++ b/test/validator/samples/binding-input-checked/input.html
@@ -0,0 +1 @@
+
\ No newline at end of file