4 lines
204 B
Text
4 lines
204 B
Text
= @form.check_box :value,
|
|
{ required: @champ.required?, id: @champ.input_id, checked: @champ.true?, aria: { describedby: @champ.describedby_id }, data: data_dependent_conditions },
|
|
'true',
|
|
'false'
|