nativescript-checkbox icon indicating copy to clipboard operation
nativescript-checkbox copied to clipboard

NativeScript plugin for checkbox UI component

Results 45 nativescript-checkbox issues
Sort by recently updated
recently updated
newest added

Hello. It works a little unusual (relative to the standard vue logic). I implemented the radio buttons as follows. Please leave it here or take it out in the readme....

Checkboxes have a white background color on ios, to fix this, we need to set the background color transparent on the checkbox. This worked with nativescript 8.0.2, but crashes on...

**Description** The app can run in debug mode but it crashes in Android device when adding nativescript-checkbox to a Nativescript 8.2.2 project. The 2 lines of plugin code may not...

I'm using this checkbox plugin inside ui-collections list. I want the user to tap the list item anywhere and that should toggle its checkbox but that doesn't happen. The viewModel...

I am using typescript template and "checkedChange" event is not working on my xml page. ![image](https://user-images.githubusercontent.com/33698540/42759248-fc839496-890e-11e8-8ca4-4d64cd091dcf.png) ![image](https://user-images.githubusercontent.com/33698540/42759297-2f737b6e-890f-11e8-8c96-da7d9b7dd830.png) ![image](https://user-images.githubusercontent.com/33698540/42759319-3f275f6c-890f-11e8-98ad-ed25c3744e02.png) ![image](https://user-images.githubusercontent.com/33698540/42759347-54fbc6e8-890f-11e8-8c3e-27f1674c173e.png) main-page.xml--> ``` ``` main-view-model.ts--> ``` import { Observable } from 'data/observable';...

Hi, I work with radio buttons with the plugin version 1.0.0 on nativescript angular 6. On android when you click on the text of the radio button , it's choosing...

Can anyone help me on how we can change the tick color in ios?

I've checked all the demos and readme but I couldn't find any example of a radio group. Basically I want a few radio checkboxes and enabling one should disable others....

Working in an angular typescript environment I had this html: ` ` The boxes worked fine for checking, but did not work for unchecking in Android. They function properly iOS.

Hi, I have a checkbox element that is wrapped inside of a Carousel Item template (using nativescript-carousel) and for whatever reason, I cannot get CSS to apply to the checkbox...