bem-components icon indicating copy to clipboard operation
bem-components copied to clipboard

Added field `mix` to the options in radio-group/checkbox-group

Open adinvadim opened this issue 9 years ago • 1 comments

Example:

{
    block : 'radio-group',
    mods : { theme : 'islands', size : 'm', type : 'button' },
    name : 'radio-button',
    options : [
        { val : 1, text : 'Футбол' },
        { val : 2, text : 'Баскетбол' },
        { val : 3, text : 'Гандбол' }
    ].map(item => { ...item, mix : { block : 'some-parent', elem : 'radio'  } } )
}

adinvadim avatar Jun 18 '16 21:06 adinvadim

Why is that? What is the challenge?

belozer avatar Dec 07 '16 00:12 belozer