{% set id = id ?? "radio#{random()}" %} {% set label = radioLabel ?? label ?? null %} {% set containerAttributes = { for: id, }|merge(containerAttributes ?? []) %} {%- if block('attr') is defined %} {%- set containerAttributes = containerAttributes|merge(('