@csrf

Self Check-In By Roster Settings

@foreach([ 'allow_multiple_classes_in_one_day' => 'Allow Multiple Classes In One Day', 'return_only_rosters_assigned' => 'Return Only Rosters Assigned', 'self_checkin_allow_past_due_expired' => 'Allow Past Due and Expired Memberships to Check In', 'allow_no_membership_or_not_started' => 'Allow Contacts With No Memberships Or Membership Not Started To Check In', ] as $field => $label)
{$field} ? 'checked' : '' }}>
@endforeach
@csrf
@push('scripts') @endpush