From dcac01159a4713a36014a667e1cf85acf62b6147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Sun, 26 Jul 2015 16:44:58 +0200 Subject: [PATCH] Add example use case for require="isFalse" --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 6561eab..85c1fe9 100644 --- a/API.md +++ b/API.md @@ -250,7 +250,7 @@ A property that tells the form that the form input component value is required. ```html ``` -Would be typical for a checkbox type of form element. +Would be typical for a checkbox type of form element that must be checked, e.g. agreeing to Terms of Service. #### getValue() ```javascript