Back to Postgresml

Template

pgml-dashboard/src/components/inputs/radio/template.html

2.10.0252 B
Original Source

% let vertical = if vertical { "col-12" } else { "col" }; %>

<% for option in options { let (active, checked, aria_pressed) = if option.checked { ("active", "checked", "true") } else { ("", "", "false") }; %>

<%+ option.label %>

<% } %>