Demos
Empty
<Value.Boolean showEmpty />
Placeholder
The value was not filled in
<Value.Boolean placeholder="The value was not filled in" />
Value: true
Ja
<Value.Boolean value={true} />
Value: false
Nei
<Value.Boolean value={false} />
Label
<Value.Boolean label="Label text" showEmpty />
Label and value
Nei
<Value.Boolean label="Label text" value={false} />
Inline
This is before the componentJaThis is after the component
<p><spanstyle={{color: 'red',}}>This is before the component</span><Value.Boolean value={true} inline /><spanstyle={{color: 'red',}}>This is after the component</span></p>