<?php

namespace Yajra\DataTables\Html\Editor\Fields;

class Radio extends Field
{
    protected $type = 'radio';
}
