Check Box

Inherits from Xamarin.Forms.ContentView

The Check Box field allows the user to enter a Yes/No value. It has a number of different display options that will let you control the look and feel of your page.

Properties

Check Box Style

Example

<Rock:FieldContainer>
    <Rock:CheckBox Label="Show All"
                   EditStyle="Switch"
                   Color="#ee7725" />
</Rock:FieldContainer>

Last updated

⚙️ Powered by Rock RMS