silverfin / silverfin-cli

Command line tool for Silverfin template development
4 stars 1 forks source link

Extension: Support new input type radiobuttons #103

Closed robindeclercq closed 6 months ago

robindeclercq commented 9 months ago

Describe the bug Radiogroup and radioinput are now introduced to support radiobuttons.

Code snippet should look something like this (as value is a mandatory attribute):

{% radiogroup custom.namespace.key %} {% radioinput value:"1" %} {% radioinput value:"2" %} {% radioinput value:"3" %} {% endradiogroup %}

Additional context Documentation still needs to be updated so in case of questions reach out to