4 lines
140 B
Text
4 lines
140 B
Text
= form.check_box :value,
|
|
{ required: champ.mandatory?, id: champ.input_id, aria: { describedby: champ.describedby_id } },
|
|
'on',
|
|
'off'
|