Skip to content

Commit 1101bdb

Browse files
author
Vlad Balin
committed
Update main.jsx
1 parent e117bf4 commit 1101bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/main.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const SimpleBinding = ({ strLink, boolLink }) => {
6969

7070
const DeepLinkedInputs = ({ objLink }) => (
7171
<fieldset>
72-
<legend>Deeply linked inputs</legend>
72+
<legend>Deeply linked and validated state elements</legend>
7373
{ objLink.at( 'text' ).map( ( itemLink, i ) =>(
7474
<Input key={ i } valueLink={ itemLink.check( isNumber ) } />
7575
))}
@@ -78,7 +78,7 @@ const DeepLinkedInputs = ({ objLink }) => (
7878

7979
const CheckboxObjGroup = ({ flagsLink }) => (
8080
<fieldset>
81-
<legend>Custom Checkbox group bound to object</legend>
81+
<legend>Standard checkbox group bound to object</legend>
8282
<label>
8383
A:
8484
<Input type="checkbox" checkedLink={ flagsLink.at( 'a' ) }/>

0 commit comments

Comments
 (0)