Skip to main content

Checkbox

Uncontrolled

Result
Loading...
Live Editor

Controlled

Result
Loading...
Live Editor

Indeterminate

Result
Loading...
Live Editor

Analytics

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

export default {
value: 'Checkbox',
actions: {
onChange: { type: 'CHECKBOX_CHANGE', payload: 'Change' },
},
};

Props