Desenha um componente para seleção de opções.

<View
sendFocusToInput
direction="row"
align="center">
<CheckBox
name="GroupName"
value="Sim"
checked={this.state.sendPromo}
onChange={({ value, checked }) => {
this.setState({
sendPromo: checked
})
}}
/>
<Text marginLeft="nano">Enviar emails promocionais</Text>
</View>

Hierarchy

Constructors

Constructors