if you wonte tu use a chek box, add a hidden inpute lk this <input type ="hidden" name="b_company"" id="b_company" value ="0">
and add a js code to chnache the value wen chekbox change,
chebox value = 1 --->company
check value = 0 --->private user
this all Osclass do the last off work
but in my site i use a select it is mors simple
<select name="b_company" id="b_company"><option value="0">User</option><option value="1">Entreprise</option></select>
good luck