mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:36:22 +00:00
7 lines
296 B
Text
7 lines
296 B
Text
|
- help_id = "#{id}_help"
|
||
|
|
||
|
.custom-control.custom-checkbox
|
||
|
%input.custom-control-input{ id: id, type: 'checkbox', name: name, value: value, required: required }
|
||
|
%label.custom-control-label{ for: id, aria: { describedby: help_id } }= content
|
||
|
%small.form-text.text-muted{ id: help_id }= yield
|