messier16 / Forms.Controls

Home of all Messier16 Xamarin.Forms controls 😁 (now .NET standarized)
MIT License
20 stars 8 forks source link

CheckBox text #7

Closed Mati182 closed 6 years ago

Mati182 commented 6 years ago

There's a way to put the text of the checkbox? I tried with the classic chk.Text but it didn't worked

gcadmes commented 6 years ago

It appears there are no accommodations via iOS or Android renderers. You can achieve the same result by putting a Label control on either side of the checkbox.

fferegrino commented 6 years ago

Sorry for the late response. And yes, as previously stated, there is no way to set text directly on the checkbox, you'll have to implement that yourself.