Loading…
Loading…
Multi-select checkbox group.
<CustomField.MultiCheckField
form={form}
name="interests"
labelName="Interests"
options={[
{ value: 'tech', label: 'Technology' },
{ value: 'sports', label: 'Sports' },
{ value: 'music', label: 'Music' },
]}
/>