HomeCommunityControl GalleryMobile ControlsMobile Checkbox

Mobile Checkbox



(4) Submit a Review

2,322 Downloads

26,569 Views


Description

The mobile Checkbox control provides simple checkbox functionality across a range of devices. It includes adapters for WML, cHTML, and HTML devices.

Syntax Example

<MobileCheckbox:Checkbox id="checkbox1" runat="server" />

Reviews

Submit a review

xHTML MP render

Reviewed by: fravelgue on Tuesday, June 09, 2009

4 Stars

It will be great, if mobile control could render xhtml MP too. You could use HTML render.

Not working

Reviewed by: esakkirajak on Wednesday, June 03, 2009

1 Stars

It does not working with BlackBerry

Dosn't work

Reviewed by: vhepeter2005 on Thursday, May 15, 2008

2 Stars

It dosn't work for me. every thing seems to be alright until you browsing the page with your PDA(not simulator). The control just DID NOT render with no reason. any one know why?

Great control

Reviewed by: joefallon on Wednesday, April 16, 2008

5 Stars

I needed a single checkbox I could add to an ObjectList and surprisingly did not find one in the toolbox. This control perfectly suited my needs so that if I render in a browser I get html but on a phone I get wml. There is a small bug in the html rendering though. It always uses the default setting of True for BreakAfter. So in the HtmlCheckboxAdapter I added an If statement: if (Control.BreakAfter) { writer.WriteBreak(); } Now it works correclty when I set BreakAfter="False". Thanks! Joe