91f07f86e4
Co-authored-by: Corinne Durrmeyer <corinne@inseo.fr>
5 lines
138 B
Ruby
5 lines
138 B
Ruby
class EditableChamp::CheckboxComponent < EditableChamp::EditableChampBaseComponent
|
|
def dsfr_input_classname
|
|
'fr-checkbox'
|
|
end
|
|
end
|