demarches-normaliennes/app/components/dsfr/toggle_component/toggle_component.html.haml

11 lines
387 B
Text
Raw Normal View History

2024-05-28 16:40:15 +02:00
%div{ class: "fr-toggle fr-toggle--label-left #{extra_class_names}" }
= @form.check_box target, class: 'fr-toggle__input', disabled:, data:, id: input_id
= @form.label target,
title,
for: input_id,
data: { 'fr-checked-label': toggle_labels[:checked], 'fr-unchecked-label': toggle_labels[:unchecked] },
class: 'fr-toggle__label'
- if hint
%p.fr-hint-text= hint