528b7ec3f8
used for the `required` html attribute. It check visibility to avoid hidden required input which prevent the form from being sent.
4 lines
143 B
Text
4 lines
143 B
Text
= @form.check_box :value,
|
|
{ required: @champ.required?, id: @champ.input_id, aria: { describedby: @champ.describedby_id } },
|
|
'on',
|
|
'off'
|