<?php namespace LimeSurvey\Libraries\FormExtension\Inputs; /** * Basic checkbox input. */ class CheckboxInput extends BaseInput { }