Im using react-group-checkbox component for multiple selection.And for me it is throwing error.This is for first time im using react-check-box.Please help me out.TIA
<CheckboxGroup name="storebrands" onClick={this.Brands} value=
{this.state.storebrands} onChange={this.handleUserInput}>
{this.brands.map(function(brands, brandId) {
return (
<Checkbox key={brandId}
value={brands.brandId}>{brands.brandName}</Checkbox> )
})}
</CheckboxGroup>
Aucun commentaire:
Enregistrer un commentaire