Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1929] Android: Add Checkbox Widget

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:57:34.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M01
ComponentsAndroid
Labelsandroid, feature
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T03:05:51.000+0000
Updated2011-04-17T01:57:34.000+0000

Description

Same semantics as switch, just use underlying Checkbox control.

Comments

  1. hal 2011-04-15

    npmccallum has kindly written some code for this, available https://github.com/appcelerator/titanium_mobile/pull/12">here. Example of checkbox http://img52.imageshack.us/img52/8670/usbtether.png">here

  2. Nathaniel McCallum 2011-04-15

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/16">https://github.com/appcelerator/titanium_mobile/pull/16

  3. Don Thorp 2011-04-15

    New properties added.

    style: one of Ti.UI.Android.SWITCH_STYLE_TOGGLEBUTTON(default) or Ti.UI.Android.SWITCH_STYLE_CHECKBOX

    title: text for CheckBox titleOff: text for ToggleButton when value is false titleOn: text for ToggleButton when value is true

  4. Don Thorp 2011-04-15

    (from [99483b01ee68327daa5df0255c6e05b86d566a17]) [#1929 state:fix-in-qa] documentation for new Android Checkbox support https://github.com/appcelerator/titanium_mobile/commit/99483b01ee68327daa5df0255c6e05b86d566a17"> https://github.com/appcelerator/titanium_mobile/commit/99483b01ee68...

  5. Don Thorp 2011-04-15

    (from [ce9f7f7c2df3c8233c714152627c60bc604f082f]) [#1929 state:open] implementation, need api docs. Merge branch 'checkbox' of https://github.com/npmccallum/titanium_mobile">https://github.com/npmccallum/titanium_mobile into npmccallum-checkbox https://github.com/appcelerator/titanium_mobile/commit/ce9f7f7c2df3c8233c714152627c60bc604f082f"> https://github.com/appcelerator/titanium_mobile/commit/ce9f7f7c2df3...

  6. Don Thorp 2011-04-15

    in with API docs.

  7. Thomas Huelbert 2011-04-15

    closed against 1.5.0.602d6d G2, G1, sim 2.1

JSON Source