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