PHP Classes

File: aksara/Views/components/form/boolean.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   aksara/Views/components/form/boolean.twig   Download  
File: aksara/Views/components/form/boolean.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 22 days ago
Size: 315 bytes
 

Contents

Class file image Download
<div class="form-check form-switch"> <input type="checkbox" name="{{ name }}" role="boolean" value="1" class="form-check-input {{ class }}" id="{{ name }}_input" {{ readonly }} {% if checked %} checked {% endif %}> <label class="form-check-label" for="{{ name }}_input"> {{ placeholder }} </label> </div>