type checkbox * for multiple values selection and type radio for single value * selection. * * @author Benjamin Renard */ class LSattr_html_select_box extends LSattr_html_select_list { var $LSformElement_type = 'select_box'; }