Как заполнить флажок из реагирования API

<input type="checkbox" checked={this.state.chkbox} onChange={this.handleChangeChk} />
Cheerful Constrictor