You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/09/15 08:32:03 UTC

svn commit: r1760896 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/10-selectBooleanCheckbox/selectBooleanCheckbox.xhtml

Author: lofwyr
Date: Thu Sep 15 08:32:03 2016
New Revision: 1760896

URL: http://svn.apache.org/viewvc?rev=1760896&view=rev
Log:
TOBAGO 1544: Demo
* required

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/10-selectBooleanCheckbox/selectBooleanCheckbox.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/10-selectBooleanCheckbox/selectBooleanCheckbox.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/10-selectBooleanCheckbox/selectBooleanCheckbox.xhtml?rev=1760896&r1=1760895&r2=1760896&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/10-selectBooleanCheckbox/selectBooleanCheckbox.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/10-selectBooleanCheckbox/selectBooleanCheckbox.xhtml Thu Sep 15 08:32:03 2016
@@ -32,7 +32,7 @@
     <tc:selectBooleanCheckbox id="s1" label="Normal Checkbox" value="true"/>
     <tc:selectBooleanCheckbox id="s2" label="Read Only" readonly="true" value="true"/>
     <tc:selectBooleanCheckbox id="s3" label="Disabled" disabled="true" value="true"/>
-    <tc:selectBooleanCheckbox id="s4" label="Required" required="true" value="false"/>
+    <tc:selectBooleanCheckbox id="s4" label="Required" required="true" value="true"/>
   </tc:section>
 
   <tc:section label="Simple Usage">