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