html - UI Component for Selecting Zero or One Item -


on website want present user list of choices. can either choose 0 or 1 choice @ given time. best form control use this?

a radio button list, enforces 1 selected.

a checkbox list allows 0 or many.

what's common solution this? thought checkbox list validation when selected clear else.

thoughts?

just use radio button control , add "none" option choose.


Comments