How can a child component get data from parent

Hi,

I have a main component containing checkboxes. I need to use the selected values in a child component that searches for records in the database based on those values.
I can I tell my child component to retrieve some of my parent values?