. * */ namespace Vvveb\System\Fields; class Toggle extends Field { protected $settings = [ ]; protected $validation = [ ]; protected $presentation = [ ]; }