5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-20 18:26:21 +00:00

fix: corregidos parámetros de compo checkbox

This commit is contained in:
jazzari 2024-02-15 16:20:46 -03:00
parent 700e71ff97
commit f2724c27fb

View file

@ -1,3 +1,3 @@
-# Componente Checkbox -# Componente Checkbox
.custom-control.custom-checkbox .custom-control.custom-checkbox
%input{ type: 'checkbox', id: '', class: '' } %input{ type: 'checkbox', id: local_assigns[:id], class: local_assigns[:class] }