rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

Checkbox feature please #740

Open anguoyang opened 2 years ago

anguoyang commented 2 years ago

🚀 Feature Requests

Contextualize the feature

Popup dialog with checkbox needed in a project

Describe the feature

Add checkboxes into a popup dialog

Platforms affected (mark all that apply)

CRoederTND commented 2 years ago

You can customize your popup. Just set as content

<StackLayout>
            <CheckBox IsChecked="True"/>
</StackLayout>