You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>As you know ther is no CheckBox in Xamarin Forms Library. You can use a custom renderer to use Native Checkbox in portable layer. This CheckBox is not a native one, It's created in Xamarin Forms Portable layer.</p>
60
56
61
-
<p>Also you can read more about Checkbox from <ahref="https://github.com/enisn/Xamarin.Forms.InputKit/wiki/CheckBox">here</a> </p>
<imgsrc="https://raw.githubusercontent.com/enisn/Xamarin.Forms.InputKit/develop/shreenshots/checkboxes_android.gif"alt="Xamarin Forms CheckBox Input Kit Enis Necipoglu"width="270"height="480"class="aligncenter size-medium wp-image-996" />
69
+
<imgsrc="docs/images/checkbox-dark-windows.gif"alt="Xamarin Forms CheckBox Input Kit Enis Necipoglu"width="270"class="aligncenter size-medium wp-image-996"/>
70
+
</td>
71
+
72
+
<td>
73
+
<imgsrc="docs/images/checkbox-light-android.gif"alt="Xamarin Forms CheckBox Input Kit Enis Necipoglu"width="270"class="aligncenter size-medium wp-image-996"/>
84
74
</td>
85
75
<td>
86
-
<imgsrc="https://raw.githubusercontent.com/enisn/Xamarin.Forms.InputKit/develop/shreenshots/checkboxes_ios.png"alt="Xamarin Forms CheckBox Input Kit Enis Necipoglu"width="270"height="480"class="aligncenter size-medium wp-image-996" />
76
+
<imgsrc="https://raw.githubusercontent.com/enisn/Xamarin.Forms.InputKit/develop/shreenshots/checkboxes_ios.png"alt="Xamarin Forms CheckBox Input Kit Enis Necipoglu"width="270"class="aligncenter size-medium wp-image-996"/>
87
77
</td>
88
78
</tr>
89
79
</table>
90
-
91
-
<h4>PROPERTIES:</h4>
92
-
<ul>
93
-
<li><strong>CheckChanged:</strong> <em>(Event)</em> Invokes when check changed.</li>
94
-
<li><strong>CheckChangedCommand:</strong> <em>(Command)</em> Bindable Command, executed when check changed.</li>
95
-
<li><strong>Key:</strong> <em>(int)</em> A key you can set to define checkboxes as ID.</li>
96
-
<li><strong>Text:</strong> <em>(string)</em> Text to display description</li>
97
-
<li><strong>IsChecked:</strong> <em>(bool)</em> Checkbox checked situation. Works TwoWay Binding as default.</li>
98
-
<li><strong>Color:</strong> <em>(Color)</em> Color of selected check.</li>
99
-
<li><strong>TextColor:</strong> <em>(Color)</em> Color of description text.</li>
100
-
<li><strong>Type:</strong> <em>(CheckType)</em> Type of checkbox checked style. (Check,Cross,Star,Box etc.)</li>
101
-
</ul>
102
80
<hr/>
103
81
104
82
105
-
<h2>RadioButon</h2>
106
-
<p>Radio Buttons should use inside a <strong>RadioButtonGroupView</strong>. If you want this view will return you selected radio button. But you can handle it one by one too. </p>
<imgsrc="https://raw.githubusercontent.com/enisn/Xamarin.Forms.InputKit/develop/shreenshots/radiobuttons_android.gif"alt="Xamarin Forms Radio Button Input Kit Enis Necipoğlu"width="270"height="480"class="aligncenter size-medium wp-image-1001" />
93
+
<imgsrc="docs/images/radiobutton-dark-windows.gif"alt="Xamarin Forms MAUI RadioButton Input Kit Enis Necipoglu"width="270"class="aligncenter size-medium wp-image-996"/>
94
+
</td>
95
+
96
+
<td>
97
+
<imgsrc="docs/images/radiobutton-light-android.gif"alt="Xamarin Forms CheckBox Input Kit Enis Necipoglu"width="270"class="aligncenter size-medium wp-image-996"/>
135
98
</td>
136
99
<td>
137
-
<imgsrc="https://raw.githubusercontent.com/enisn/Xamarin.Forms.InputKit/develop/shreenshots/radiobuttons_ios.png"alt="Xamarin Forms Radio Button Input Kit Enis Necipoğlu"width="270"height="480"class="aligncenter size-medium wp-image-1001" />
100
+
<imgsrc="https://raw.githubusercontent.com/enisn/Xamarin.Forms.InputKit/develop/shreenshots/radiobuttons_ios.png"alt="Xamarin Forms Radio Button Input Kit Enis Necipoğlu"width="270"class="aligncenter size-medium wp-image-1001"/>
138
101
</td>
139
102
</tr>
140
103
</table>
141
-
<h4>PROPERTIES:</h4>
142
-
<h5>RadioButtonGroupView</h5>
143
-
<ul>
144
-
<li><strong>SelectedIndex:</strong> <em>(int)</em> Gets or Sets selected radio button inside itself by index</li>
145
-
<li><strong>SelectedItem:</strong> <em>(object)</em> Gets or Sets selected radio button inside itself by Value</li>
146
-
</ul>
147
-
<h5>RadioButton</h5>
148
-
<ul>
149
-
<li><strong>Clicked:</strong> <em>(event)</em> Invokes when clikced</li>
150
-
<li><strong>ClickCommand:</strong> <em>(int)</em> Bindable Command, Executes when clicked</li>
151
-
<li><strong>Value:</strong> <em>(object)</em> A value keeps inside and groupview returns that value as SelectedItem</li>
152
-
<li><strong>IsChecked:</strong> <em>(bool)</em> Gets or Sets that radio button selected</li>
153
-
<li><strong>Text:</strong> <em>(string)</em> Text to display near of Radio Button</li>
154
-
<li><strong>TextFontSize:</strong> <em>(double)</em> Fontsize of Text</li>
155
-
<li><strong>Color:</strong> <em>(Color)</em> Color of selected radio button dot</li>
156
-
<li><strong>TextColor:</strong> <em>(Color)</em> Color of Text</li>
YoucansetvalidationmessageandAnnotatinColor. Entrywillautomaticallydisplayyourmessagewhenit's not validated.
233
178
234
-
<hr />
235
-
<h2>Advanced Entry</h2>
236
-
<p>This entry has many features to develop your applications quickly. When this entry completed, it finds next entry in Parent layout and focus it. AdvancedEntry contains validation system inside it. You can set some properties to validate it and you can handle all your entries is validated or not with **FormView**.
237
-
You can set validation message and AnnotatinColor. Entry will automaticly display your message when it's not validated.
<ahref="#"><imgsrc="https://media.giphy.com/media/1zl0u7O2doNolIXnrT/giphy.gif"width="270"height="480"alt="Xamarin Forms Slider Sticky Label"class="aligncenter size-medium"/></a>
290
183
291
184
<h4>PROPERTIES:</h4>
@@ -347,8 +240,9 @@ You can set validation message and AnnotatinColor. Entry will automaticly displa
347
240
</ul>
348
241
<hr/>
349
242
350
-
<h2>SelectionView</h2>
351
-
<p>Presents options to user to choose. This view didn't created to static usage. You should Bind a model List as ItemSource, or if you don't use MVVM you can set in page's cs file like below. (You can override ToString method to fix display value or I'll add displayMember property soon.)</p>
243
+
## SelectionView
244
+
Presentsoptionstousertochoose. Thisviewdidn't created to static usage. You should Bind a model List as ItemSource, or if you don'tuseMVVMyoucansetinpage's cs file like below. (You can override ToString method to fix display value or I'lladddisplayMemberpropertysoon.)</p>
0 commit comments