Skip to main content

CheckboxGroup

Uncontrolled

Result
Loading...
Live Editor

Controlled

Result
Loading...
Live Editor

Analytics

The CheckboxGroup component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'CheckboxGroup',
actions: {
onChange: { type: 'CHECKBOXGROUP_CHANGE', payload: 'Change' },
},
};

Props