On Fri, Dec 5, 2014 at 5:24 PM, inoyon artlover KLANGRAUSCH <
inoyonartlo...@googlemail.com> wrote:

> Hi everybody,
>
> need to accomplish a matching in following fashion:
>
> Users have to edit their psychological profile and
> select XOR characteristic on each category.
>
> Qestions:
> 1.
> extroverted: (checkbox)
> or
> introverted: (checkbox)
>
> 2.
> organised: (checkbox)
> or
> spntaneous: (checkbox)
>
> So only ONE choice is possible per question.
> Any suggestions or examples?
>
>
Yes - don't use a checkbox, use a radio button.

Checkboxes are for Yes/No questions that are standalone. They can also be
used to establish "membership of a set" when the list of options is
relatively limited.

If you have a set of choices where the user must select one of a list of
known options, the right input widget is a radio button, not a checkbox.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJxq848LNCXpN5NTCOMHmwCKnZD%2Brn4O5nN8yWCTqrhUeaGtOA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • Matching wit XOR inoyon artlover KLANGRAUSCH
    • Re: Matching wit XOR Russell Keith-Magee

Reply via email to