Skip to main content

Radio

This component should not be used in most cases. Use the RadioGroup component instead.

It can be used to create a radio input that can be serialized within a native form. The onChange event is called with the DOM event.

Uncontrolled

Result
Loading...
Live Editor

Description

Result
Loading...
Live Editor

Sizes

Result
Loading...
Live Editor

States

Result
Loading...
Live Editor

Light

Used when the radio is on a dark background

Result
Loading...
Live Editor

Analytics

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

export default {
value: 'RADIO',
actions: {
onChange: { type: 'RADIO_CHANGE', payload: 'Change' },
},
};

Props

```