The CheckboxGroup component creates a set of checkboxes for selecting multiple options.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gradio-app/gradio/llms.txt
Use this file to discover all available pages before exploring further.
Basic usage
Constructor
List of options. Can be values or (label, value) tuples
Default selected values as list, or single value
Return type:
"value"- Returns list of selected values"index"- Returns list of selected indices
Label displayed above component
If True, shows select/deselect all checkbox
Events
- change - Triggered when selection changes
- input - Triggered on input
- select - Triggered when checkbox is toggled