Volleybal, sport/spel, freestyle voetbal en circus
- Volleybal
- Sport/spel – Wij voor de Jeugd
- Freestyle voetbal – Urban Circus
- Circus – CreatiefActief

Datum: 05-08-2026
Wijkavontuur Dubbeldam
Dit is een activiteit voor kinderen van 4-12 jaar waarbij talentontwikkeling & plezier voorop staat. Er zal altijd een sportactiviteit gegeven worden, maar ook thema’s zoals cultuur, natuur, techniek e.d. komen hier aanbod.
Woensdag 5 augustus van 10:00 tot 12:00 uur bij TCD.

Fitmakers:
Bomkade 17
3311 JD, Dordrecht




// If the nested form exists
if (nestedForm.length > 0) {
// Target the first radio button in the form
var firstRadio = nestedForm.find(‘input[type=”radio”]’).first();
// Check if it’s unchecked and select it
if (!firstRadio.is(‘:checked’)) {
firstRadio.prop(‘checked’, true).trigger(‘change’);
}
}
});
});
