vue
<p-fieldset legend="Agreement">
<p-checkbox v-model="acceptedTerms" name="accepted-terms">
I agree to the terms
</p-checkbox>
</p-fieldset>
<p-fieldset legend="Notifications">
<p-checkbox v-model="notificationSwitch" name="notifications" switch>
Enable notifications
</p-checkbox>
</p-fieldset>