When your kid asks an honest question - and you freeze


Bradley’s Big Question helps parents know what to say when a child notices someone in a wheelchair and asks why.

Bradley's Big Question

© Chanelle Wimbish | 2026 All rights reserved.

"Don't Stare"
"Don't ask that"
"Be quiet"

Most of us grew up hearing those words. So when our own kids ask an honest question out loud, we're not sure what to say.Bradley's Big Question gives families words to say in the moments they didn't plan for.Written by Chanelle Wimbish - a mom and wheelchair user who lives these moments every day.

What You’ll Find Inside

A gentle, rhyming read-aloud for ages 3–7Simple language parents can use right awayA story kids ask to read again and again

What People are saying...


Beautiful book with a powerful message
"As a parent with a disability this book addresses what we have needed for so long!" - parent, Kelly S.
Impressive
"This book was very well written describing a child's curiosity about a person in a wheelchair. Sensitive and educational. It should be in every elementary school classroom/library." - childhood educator, Janice H.
Engaging and Educational
"I LOVE this book! As a retired Early Childhood educator, Bradley's Big Question is a delightful read while teaching some valuable life lessons at the same time." - Christine R.
Fantastic learning tool
"An excellent way to let children know that it is okay to ask as long as they know to be kind and polite. We all know that children are inquisitive and it is our duty to teach them life's lessons." - grandmother, Angela P.

Contact — Bradley's Big Question

Get in touch

Speaking inquiries, storytime requests, and direct book orders

const ACCESS_KEY = 'ba51311a-656b-4def-9407-cf380d9828c6'; function toggleSections(val) { document.getElementById('speaking-section').className = val === 'speaking' ? 'field' : 'hidden'; document.getElementById('storytime-section').className = val === 'storytime' ? 'field' : 'hidden'; document.getElementById('order-section').className = val === 'order' ? 'field' : 'hidden'; } function updateTotal(qty) { document.getElementById('total-display').textContent = '$' + (parseInt(qty) * 15); } async function submitForm(type) { const name = document.getElementById('full-name').value.trim(); const email = document.getElementById('email').value.trim(); if (!name || !email) { alert('Please fill in your name and email.'); return; } let payload = { access_key: ACCESS_KEY, name: name, email: email, inquiry_type: type === 'speaking' ? 'Speaking Inquiry' : type === 'storytime' ? 'Storytime Request' : 'Book Order' }; if (type === 'speaking') { payload.organization = document.getElementById('org-name').value; payload.location = document.getElementById('location').value; payload.event_type = document.getElementById('event-type').value; payload.timeframe = document.getElementById('timeframe').value; payload.message = document.getElementById('message').value; payload.subject = 'Speaking Inquiry: ' + name + ' — ' + (document.getElementById('org-name').value || 'No org listed'); } else if (type === 'storytime') { payload.organization = document.getElementById('st-org-name').value; payload.location = document.getElementById('st-location').value; payload.date_range = document.getElementById('st-date-range').value; payload.audience_size = document.getElementById('st-audience-size').value; payload.setting = document.getElementById('st-setting').value; payload.message = document.getElementById('st-message').value; payload.subject = 'Storytime Request: ' + name + ' — ' + (document.getElementById('st-org-name').value || 'No venue listed'); } else { payload.quantity = document.getElementById('qty').value; payload.total = document.getElementById('total-display').textContent; payload.shipping_address = document.getElementById('shipping-address').value; payload.subject = 'Book Order: ' + name + ' — ' + document.getElementById('total-display').textContent; } try { const res = await fetch('https://api.web3forms.com/submit', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(payload) }); const data = await res.json(); if (data.success) { document.getElementById('main-form').className = 'hidden'; document.getElementById('success-card').className = 'form-card success'; const firstName = name.split(' ')[0]; if (type === 'speaking') { document.getElementById('success-heading').textContent = 'Thanks, ' + firstName + '!'; document.getElementById('success-body').textContent = 'Chanelle will be in touch within 48 hours to talk through your event. Keep an eye on ' + email + '.'; } else if (type === 'storytime') { document.getElementById('success-heading').textContent = 'Request received!'; document.getElementById('success-body').textContent = 'Thanks ' + firstName + '. Chanelle will follow up within 48 hours to confirm details. Keep an eye on ' + email + '.'; } else { document.getElementById('success-heading').textContent = 'Order confirmed!'; document.getElementById('success-body').textContent = 'Thanks ' + firstName + '. Once your payment goes through we\'ll ship your book to the address you provided. Questions? Email [email protected].'; } } else { document.getElementById(type + '-error').style.display = 'block'; } } catch (err) { document.getElementById(type + '-error').style.display = 'block'; } }

Thank you

Thanks for visiting