Titanium alloy check box creation label is not showing -
Titanium alloy check box creation label is not showing -
i need create check box in app. same reason have installed native check box widget next link http://gitt.io/component/checkbox
after installation when run app, result follows,
but need show options check box. not able add together alternative label text check boxes. can 1 help me how add together options text check box.
i need output similar follows,
please help me how do that. or other best alternatives.please..
i guess need view element contains checkbox , corresponding label. this:
<view id="yourouterview" layout="vertical"> <!-- other stuff --> <view id="checkboxcontainerview" layout="horizontal"> <checkbox /> <label id="yourlabel" /> </view> </view>
please utilize checkbox code properly, couldn't set in because did not provide code. possible utilize inner view without layout giving checkbox , label left/right attributes.
titanium titanium-mobile titanium-alloy titanium-modules titanium-widgets
Comments
Post a Comment