Individual Input 'name', 'value' and 'id' in checkbox group

Hi guys,
Is there a possibility to add specific ‘name’ and ‘id’ value to the inputs in checkbox group field?
I.E. i have this code:

type: checkboxes
            label: 'A couple of checkboxes'
            options:
                option1: one
                option2: two

and I would like to add custom ‘name’ and ‘id’ to inputs of ‘option1’ and ‘option2’.

I have gone through the documentation and have not find the answer.