Skip to main content

CheckboxGroup

Uncontrolled

Result
Loading...
Live Editor

Controlled

Result
Loading...
Live Editor

Size

Result
Loading...
Live Editor

States

Result
Loading...
Live Editor

Light

Used when the checkbox group is on a dark background

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