mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:56:20 +00:00
6 lines
217 B
Text
6 lines
217 B
Text
-# Componente Checkbox
|
|
- local_assigns[:name] ||= id
|
|
|
|
.custom-control.custom-checkbox
|
|
%input.custom-control-input{ type: 'checkbox', id: id, **local_assigns.compact }
|
|
%label.custom-control-label{ for: id }= yield
|