Skip to main content
Version: 3.xx.xx

useCheckboxGroup

The refine useCheckboxGroup hook allows you to manage your data in the form of checkboxes in an Ant Design Checkbox.Group component. In cases where users need to select more than one content, you can easily handle your transactions by using this hook. In the example below you can see how to create and manage checkboxes using the useCheckboxGroup hook.

Refer to the refine useCheckboxGroup hook documentation for more information. →

Run on your local
npm create refine-app@latest -- --example field-antd-use-checkbox-group