UNPKG

@kelvininc/ui-components

Version:
20 lines (19 loc) 310 B
export const TOGGLE_BUTTON_ITEMS = [ { value: 'opt1', label: 'Option 1' }, { value: 'opt2', label: 'Option 2' }, { value: 'opt3', label: 'Option 3' }, { value: 'opt4', label: 'Option 4', checked: true } ];