Skip to main content
👀 Interested in the latest enterprise backend features of refine? 👉 Join now and get early access!
Version: 4.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
Last updated on Jul 25, 2023 by Yıldıray Ünlü