[forms-devel] forms-devel Digest, Vol 4, Issue 2

Adam Pedley adam.pedley at gmail.com
Thu Aug 11 12:15:35 UTC 2016


Since Checkboxes are natively a part of Android and UWP, I think it could
be good to expose them. iOS would probably need a toggle with a different
image, or a button with a different selected state as I don't know of a
native checkbox.

Rina, while checkboxes can be good the specific scenario you mention for
their use, such as a multiple select of items in a list is normally
discouraged due to UX issues such as if you are selecting the item or
ticking the checkbox. For this reason Google Material Design Guidelines
specifically discourages them and I think other guideline do as well.

Might I suggest when you select an item in the ListView or list of some
kind you show a tick next to the item, or highlight the row in the list.
This approach tends to go over better in a mobile UI and doesn't confuse
selecting the list row, vs a control in the list.

On Thu, Aug 11, 2016 at 10:00 PM, <forms-devel-request at lists.dot.net> wrote:

> Send forms-devel mailing list submissions to
>         forms-devel at lists.dot.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.dot.net/mailman/listinfo/forms-devel
> or, via email, send a message with subject or body 'help' to
>         forms-devel-request at lists.dot.net
>
> You can reach the person managing the list at
>         forms-devel-owner at lists.dot.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of forms-devel digest..."
>
>
> Today's Topics:
>
>    1.  Add a CheckBox (rina you)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 11 Aug 2016 20:31:08 +0900
> From: rina you <rina6350.you at gmail.com>
> To: forms-devel at lists.dot.net
> Subject: [forms-devel]  Add a CheckBox
> Message-ID:
>         <CAGxJt92CwqbUrTT+2GzONiEWt4Rww6uzcYxd0RmW2gTyB8
> _snw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
> I'd like to add a CheckBox for allowing the user can select multiple
> options in the list.
> And a CheckBox is a specific control that has two states which are
> 'checked' and 'unchecked'.
>
> This CheckBox will have the following properties.
> - FontAttributes : A value that indicate whether the font of the checkbox
> is bold, italic or neither.
> - FontFamily : A value that indicate font family to which the font for
> checkbox text belongs.
> - FontSize : A value that indicate font size of checkbox.
> - IsChecked : A value that indicate whether this checkbox is checked or
> not.
> - Text : A text displayed as the content of the checkbox.
> - TextColor : A value that indicate the color for the text of checkbox.
>
> Also, this CheckBox will have an event.
> - Checked : This event occurs when checkbox is checked.
>
> Just like other controls, the CheckBox is a very common control.
> Xamarin will be able to provide richer function in many application, if
> this control is added on xamarin.
> I will look forward to hearing your opinion.
> Thank you.
>
> Best regard,
>
> Rina You
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.dot.net/pipermail/forms-devel/
> attachments/20160811/1d65b820/attachment-0001.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> forms-devel mailing list
> forms-devel at lists.dot.net
> http://lists.dot.net/mailman/listinfo/forms-devel
>
>
> ------------------------------
>
> End of forms-devel Digest, Vol 4, Issue 2
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/forms-devel/attachments/20160811/6d0dc121/attachment.html>


More information about the forms-devel mailing list