PHP Classes

File: themes/default/components/form/radio.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   themes/default/components/form/radio.twig   Download  
File: themes/default/components/form/radio.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: Fix component
Date: 1 month ago
Size: 408 bytes
 

Contents

Class file image Download
{% for option in content %} <div class="form-check me-3"> <label class="form-check-label {{ option.class }}"> <input type="radio" name="{{ name }}" role="radio" value="{{ option.value }}" class="form-check-input {{ option.class }}" {{ option.readonly }} {% if option.checked %} checked {% endif %}> {{ option.label | raw }} </label> </div> {% endfor %}