for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ngtfkx\Laradeck\FormBuilder\Elements\Checked;
use Ngtfkx\Laradeck\FormBuilder\Elements\BaseCheckedElement;
class Checkbox extends BaseCheckedElement
{
public function tag(): void
$this->tag = 'input type="checkbox"';
}